@ste.martinek/stream-csv-parser
v1.0.1
Published
Simple CSV parser made for coding challenge utilizing node steams
Downloads
3
Readme
Stream CSV Parser
- Simple stream based CSV parses
- Based on RFC 4180, with the exception that headers can also be escaped and TEXTDATA are not limited by sequences
- Option to change escape sequence, rowBreak sequence, columnBreak sequence
- Originally made as part of coding challenge for Morning Train