Message Boards Message Boards

0
|
4851 Views
|
4 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Import csv with the semicolon seperator

Posted 3 years ago
Attachments:
POSTED BY: Ehud Behar
4 Replies
Posted 3 years ago

Hi Ehud,

The attached "ref.csv" is comma separated, not ;. Anyway "FieldSeparators" is not an option for CSV import. Workaround

Import["path/to/file", "Table", "FieldSeparators" -> {";"}] // Dataset
POSTED BY: Rohit Namjoshi

I opened the file in a text editor and found that your file has commas, not semi colons.

POSTED BY: Gustavo Delfino
Posted 3 years ago

You are right. Sorry.

I updated the csv file attached.

POSTED BY: Ehud Behar
POSTED BY: Steve Flanagan
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract