csv2sqlite icon indicating copy to clipboard operation
csv2sqlite copied to clipboard

Using other delimiter instead of just ","

Open jonarce opened this issue 9 years ago • 1 comments

What will need to be changed to use a different delimiter like "|" instead of a "," ?

jonarce avatar Sep 23 '15 18:09 jonarce

Not much - you'd just need to add a command line argument to support this and then put it into the csv loading code (whilst you were at you could look at support more of CSV Dialect Description format http://dataprotocols.org/csv-dialect/

rufuspollock avatar Sep 24 '15 06:09 rufuspollock