frosch95 / SmartCSV.fx

A simple JavaFX application to load, save and edit a CSV file and provide a JSON configuration for columns to check the values in the columns.
http://frosch95.github.io/SmartCSV.fx/
MIT License
75 stars 19 forks source link

CSV File Opens in one column #12

Closed gtnarg closed 8 years ago

gtnarg commented 8 years ago

Hi Andreas,

When I attempt to open a csv file it all opens in one column.

The delimiter character is set to "," in preferences. The csv file is attached.

Thanks, Grant

image

sample.zip

frosch95 commented 8 years ago

Just loading and saving the preferences is not enough. They should be used in the code as well :-) Fixed in the master branch, but I am on vacation and have not enough upload bandwith to provide a new zip file. Will do this on monday.