Skip to content

v0.3.1

Compare
Choose a tag to compare
@pjfanning pjfanning released this 20 Feb 15:33
  • New Header enum that allows finer control over CSV parsing
  • New parsing feature where if CSV headers are parsed, then the input columns are reordered to support out of order columns and missing columns
  • CSV writing now only quotes strings that need to be quoted
  • Trimming enum moved to puresv.config package