andrey4623 / intellij-rainbow-csv

Plugin for highlighting CSV files in different colors
https://plugins.jetbrains.com/plugin/12896-rainbow-csv
MIT License
19 stars 4 forks source link

Custom Seperator Support #10

Open robinhur opened 3 years ago

robinhur commented 3 years ago

I'm dealing with CSV files with a custom delimiter (I know "CSV" starts with "Comma", but) can we set a custom delimiter at the setting menu?

xjcl commented 3 years ago

+1 on this. I have a similar problem: Some inputs with ";" and some with "," and don't want to switch manually. Either allow setting a regex (,|;) or an auto-detect option (both of which pandas.read_csv has)

rory-elula commented 2 years ago

+1 Also, support for multiple formats of CSV We use normal CSV's as well as pipe | separated, so being able to have it recognise multiple formats would be great