fast-csv

CSV parser and formatter for node

MIT License

Downloads
25.6M
Stars
1.6K
Committers
53

Bot releases are hidden (Show)

fast-csv - v0.4.2

Published by doug-martin about 10 years ago

  • Added ability to specify a rowDelimiter when creating a csv.
  • Added discardUnmappedColumns option to allow the ignoring of extra data #45
fast-csv - v0.4.1

Published by doug-martin over 10 years ago

  • Fixed race condition that occured if you called pause during a flush.
fast-csv - v0.4.0

Published by doug-martin over 10 years ago

  • Fixed misspelling of delimiter #40
fast-csv - v0.3.0

Published by doug-martin over 10 years ago

  • You can now specify objectMode when parsing a csv which will cause data events to have an object emitted.
  • You can now pipe directly to the stream returned from createWriteStream
  • You can now transform csvs by piping output from parsing into a formatter.
fast-csv - v0.2.2

Published by doug-martin over 10 years ago

  • Fixed issue with having line breaks containing \r\n
fast-csv - v0.2.1

Published by doug-martin over 10 years ago

  • Fixed issue with \r line break in parser
fast-csv - v0.2.0

Published by doug-martin over 10 years ago

  • Added multiline value support
  • Updated escaping logic
  • More performance enhancements
  • More robusts test cases
  • Removed support for having two quote types instead it just supports a single quote and escape sequence.
fast-csv - v0.1.2

Published by doug-martin over 10 years ago

  • Fixed issue with formatter handling undefined or null values.
  • Changed formatter not not include a new line at the end of a CSV.
  • Added pause and resume functionality to ParserStream
fast-csv - v0.1.1

Published by doug-martin over 10 years ago

  • Added trim, ltrim, and rtrim to parsing options
fast-csv - v0.1.0

Published by doug-martin over 10 years ago