csv2sqlite
csv2sqlite copied to clipboard
Using other delimiter instead of just ","
What will need to be changed to use a different delimiter like "|" instead of a "," ?
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/