ostap / comp

a tool for querying files in various formats
MIT License
43 stars 2 forks source link

support various types of "CSV" #19

Open julochrobak opened 11 years ago

julochrobak commented 11 years ago

support comma, tab, semi colon, and pipe separated input files. This can be implemented using the golang CSV parser where the delimiter is set a appropriate character.

Ideally the comp tries to figure out what the delimiter is automatically so it does not rely on the file extension.