-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Software to edit CSV files? #500
Comments
I use this. Just need a browser |
I always use LIbreoffice, works fine |
I personally use this plugin for Visual Studio Code: https://marketplace.visualstudio.com/items?itemName=janisdd.vscode-edit-csv When opening the files, you'll need to setup some things in order to read/write the file properly.
Once the options are configured, you can close the panel The only downside is that you need to change the read options every time you open a new file. |
Which software can be used to edit CSV files? Sounded simple at first but excel, google docs and others i've tried remove quotation marks.
For example bai.308523.csv
*ws,#service,,,,,"B509","0E",,,,,,
After importing and exporting becomes
*ws,#service,,,,,B509,0E,,,,,,
The text was updated successfully, but these errors were encountered: