Guitarbum722/align

Text qualified fields containing the delimiter

Guitarbum722 opened this issue · 1 comments

It is common for the delimiter of the CSV to be contained within some of the fields values. The user of this library should be able to specify a text qualifier, such as ' or " and ignore the delimiter character if it is actually part of the field value.

This avoids the transposition of fields during alignment.

Need to provide functionality for this to be input with a flag from the CLI.