Skip to content

Update/add extraction module for more generic CSV parsing #4

Open
@zachsa

Description

@zachsa

Currently the batched line extraction has the potential to break CSV rows where such a row contains unescaped newline chars.

But this is allowed according to the the RFC 4180 specification. Either the current parser needs to ignore newline markers if they appear within a quoted field (CSV) or a different line extraction needs to be made available.

If CSVs are known NOT to contain newline markers, then the batch extraction as it currently exists can still be used for parsing CSVs via batches

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions