vscode_rainbow_csv icon indicating copy to clipboard operation
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

Results 93 vscode_rainbow_csv issues
Sort by recently updated
recently updated
newest added

Hi VS Code PM here 👋 Consider becoming a verified publisher https://code.visualstudio.com/api/working-with-extensions/publishing-extension#verify-a-publisher Thanks Isidor

``` Key,Text X,"Hello, mechatroner, This, incorrectly interpreted as a new row with two columns" ``` ![image](https://user-images.githubusercontent.com/828711/36693401-0a606144-1af0-11e8-89d2-515422b429ec.png) According to [RFC 4180](https://tools.ietf.org/html/rfc4180) the quoted entry spanning a couple lines should be a...

enhancement
Discussion
in progress

Reproduction: 1. Set "Large File Optimizations" to "False" to enable handling of larger files. 2. Open a large CSV file - in my case the file has a size about...

Using RBQL, I can get a count of distinct values in a column with either `select DISTINCT COUNT a6` or `SELECT COUNT(a6), a6 GROUP BY a6`, but in both cases...

enhancement

I am working with CSV files that represent data in a database table where one column is an `object` type, and is stored as stringified JSON. The JSON standard requires...

enhancement

I have a data set I need to manipulate that is in double-quoted CSV format: ```c "foo A1","foo B1","foo C1" "foo A2","foo B2","foo C2" ``` If I do a basic...

enhancement

Excel will automatically interpret a CSV with a header line in the format `sep=;` if present. This would allow a file to specify its delimiter, and also avoid the need...

When the file you opened has chars that are badly encoded in it, the alignment will shift as if that char does not exist at all. For example, the following...

bug

Currently, it's possible to do this by opening the `.psv` and setting the language to "CSV (pipe)", but it would be nice if it supported PSV directly (maybe the language...

enhancement