MikeStall / DataTable

Class library for working with tabular data, especially CSV files
Apache License 2.0
150 stars 63 forks source link

Add ability to save CSV with custom separator #47

Open CVertex opened 9 years ago

CVertex commented 9 years ago

I like the way this library infers the separator during reads.

It'd be great if there were a way to specify separators during writes.