v0.3.1
- 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