p3430233

Results 4 issues of p3430233

Create a ToFile operation that writes an Iterable of strings to a CSV file

enhancement
csv

This will change the way how the current ExportCSV PR works gh-2675. In place of a a new operation handler for each new CSV format, the new method will instead...

enhancement
csv

Refactored the csv export functionality. A user can now pass a csv format which is then used to build its respective generator. This makes use of the existing ToCsv operation...