JnLlnd / CSVBuddy

CSV Buddy helps you make your CSV files ready to be imported by a variety of software. Load/save/export files with various delimiters and lots of options. Freeware.
http://code.jeanlalonde.ca/csvbuddy
32 stars 5 forks source link

Add sample CSV files to the zip distribution file #10

Closed JnLlnd closed 11 years ago

JnLlnd commented 11 years ago

3 files added in 0.9:

TEST-CountryCodes.csv A standard CSV file (CSV stands for comma-separated values). This file is comma-delimited with double-quotes encapsulators. Retrieve with default values.

TEST-TheBeatles-Tab.txt A standard Tab-delimited DSV file (DSV stands for delimiter-sepatated values). This file is Tab-delimited with double-quotes encapsulators. Tab delimiter is automatically detected by CSV Buddy. Retrieve with proposed values.

TEST-TheBeatles-Lyrics.txt A CSV file with line breaks inside lyrics fields. Check "Multi-line fields" before loading (leave EOL replacement empty). This file is comma-delimited with double-quotes encapsulators.