You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom escaping scalars are supported thanks to @josh (#13).
This includes the ability to disable escaping functionality on parsing or serializing CSVs.
Linux is officially supported.
All tests now also run on Linux (Ubuntu 18.04) through Github actions.
Trim strategy now throws an error at initialization when it contains delimiter characters or escaping scalars.