Hello,

is it possible to import CSV files with a semicolon (;) as separator, not with a comma as usual?
The problem is that Microsoft Excel export CSV files with semicolon as separator for German language.
It's a common problem and I can't tell my clients to switch to English version just to export a correct CSV file. :)

I'd really love to use this great module and hope there's a possibility to include this alternative.
If it's not possible for an official release, please can you tell me how I could override it to use it unofficially? :)

Thank you very much!
Stefan

CommentFileSizeAuthor
#1 semicolon-csv-separator-949870.patch603 bytesstijnd

Comments

stijnd’s picture

Assigned: Unassigned » stijnd
StatusFileSize
new603 bytes

This is a very small patch that changes the separator from ',' to ';' (semicolon).

lolandese’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

In D7 and 8 this is now configurable at ../admin/config/content/tablefield.

Closing as "Won't fix" because the Drupal 6 version is unsupported and the issue doesn't seem to appear on Drupal 7 or 8. If you believe it does, feel free to reopen the issue and change the version as appropriate.

Of course you can also reopen the issue if you provide a patch that fixes the issue.