Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 467 Bytes

csv-quote-comma-to-array

A project that takes a line of quote-comma delimited CSV and returns an array of values. It doesn't not consume an entire CSV file. It only consumes a single line so other code should load the file and parse it into lines.

The array will contain numbers if the code can determine that the value is a number. It will remove commas from numbers lke "11,000", remove '$' and '%'

It only knows about US number formatting.

License

MIT