csv-tbtl is a utility for converting Comma Seperated Value (CSV) files into the Tablatal.
If cloned from repo:
node index.js [flags] <input.csv> <output.tbtl>
If taken from npm: (not available yet)
csv-tbtl [flags] <input.csv> <output.tbtl>
--delim <delimiter>
or -d <delimiter>
- specifies the delimiter the file is using (good for TSV files or weirdly formatted CSV files)