Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 347 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 347 Bytes

csvtrans

csvtrans is a small utility library for transforming CSV files. The library essentially removes the boilerplate needed to iterate through a CSV, so all that is needed is to specify the source, destination and a function which transforms individual rows.

See here for documentation.