vscode_rainbow_csv
vscode_rainbow_csv copied to clipboard
🌈Rainbow CSV - VS Code extension: Highlight CSV and TSV files in different rainbow colors to make them more readable
Using 'dynamic csv' language I am able to set my separator to '|@|'. That's great. I am unable to sepecify a custom line/row terminator to '|$|'. How do I do...
If the first line is a header, and it's size is different to the data in the file, I can't execute a query. Sometimes there may be blank fields in...
I'm working with multiline CSV (pipe separated). Is there a way to set dynamic CSV to set the `double quote escape` policy by default in settings.json?
https://github.com/mechatroner/vscode_rainbow_csv/blob/d3ac3c38e71cd972bb077eb20e5359ed0893dcc7/package.json#L22-L34 Hello, most of the activation events in this file do trigger VSCode linter now : "This activation event can be removed as VS Code generates these automatically from your...
I have columns with the same first few words so I can't distinguish them without seeing the full names
I'm hitting an error `Unable to align: Inconsistent double quotes at line 3` when **double quotes** are used inside field value, like that example: ``` ID;name;comment 12;first one;here goes the...
VS v1.96.4 Rainbow CSV **v3.15.0** When I just open csv file without any workspace and hit "Align" there is an error _Unable to write to Workspace Settings because no workspace...
This allows an optional leading `-` . Should we allow a leading `+` ? What about scientific notation?
It could have an option to hide the separator (comma, semi-colon) when aligning the columns. It wold make easier to select values without selecting the separator by accident. Currently: ```csv...
For a clean `git status` .