Skip to content

What do I have to change to use ; as a separator for csv files #46

@dahanbn

Description

@dahanbn

In Germany a comma isn't usually a separator for csv fields. And my data uses the comma as a decimal point.

What do I have to set in my user settings that the package will only use the semicolon as a field separator for csv files?

I tried the following without any effect:

{
  "delimiter_mapping": {
  	"*.csv": ";",
  	"*.psv": "|",
  	"*.tsv": "\t"
  },
  "delimiter": ";",
  "auto_quote": true
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions