CSV-Data in Visual Studio Code not recognized when using other spacing characters #606
hammerandpick
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Perhaps we can look at the first line of the file (the headers) and see if it contains semicolons or commas? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
US Number Format is 1,000.00. In Germany the common format for numbers is 1.000,00.
Therefore CSV Format uses ";" as seperator.
Datum;Luftfeuchtigkeit;Regenzustand;Helligkeit;Sonnenschein;Sonnenscheindauer
This is not recognized in SandDance and cannot be configured in VisualStudio Code.
The suggest is to implement configurable delimiters for spacing and as decimal point.
See also issue #261. That has been solved for tabulator seperatros when naming files as tsv.
Beta Was this translation helpful? Give feedback.
All reactions