Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8838653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:03:34+00:00 2026-06-14T10:03:34+00:00

Hi guys! I’m currently working with a python csv module and trying to use

  • 0

Hi guys!

I’m currently working with a python csv module and trying to use a ‘|’ delimiter. From what i understand the delimiter is a characted that seperates the values of each column of a table.

What i don’t understand is why python keeps putting ‘;’ between the values of each column, not a ‘|’ after i’ve set the deliminator? Here’s an example

# Suppose i have an excel table 'example' saved as a .csv file containing a simple table like this:
# Cat | Mouse | Dog

>>> ifile = open('example.csv', 'r')
>>> reader = csv.reader(ifile, delimiter = '|')
>>> reader.next()
['Cat;Mouse;Dog']  # But shouldn't it be ['Cat|Mouse|Dog'] !?

As you can see, each column is seperated by a semicolon, but shouldn’t it now use ‘|’ as a column seperator when i changed the delimiter to ‘|’?

Thank you very much!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T10:03:35+00:00Added an answer on June 14, 2026 at 10:03 am

    Does this work:

    ifile = open('example.csv', 'r')
    reader = csv.reader(ifile, delimiter = ';')
    print reader.next()
    
    ['Cat', 'Mouse', 'Dog']
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

guys i got a php file that use it as xml for a flash
Guys I have been trying lots of different options from cutting up to building
Guys. I use getpixel & getdata to retrieve data from the same pic.but some
guys. I'm working on some audio services on iOS. I trying to search any
guys! I've got 2 forms in application - working form (frmMain) and form of
guys, I have the problem when copying database from local assets folder to /data/data/package_name/databases
Guys, this can't be for real I'm trying to make a .NET 2.0 executable
guys, I'm trying to realize viewing comments on internet portal and I'm using UITableView.
Guys, Is there an easy way to return different fields names from different models
Guys, Can you please tell me that ,I wants to learn Azure , by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.