Skip to content

Conversation

@tomooda
Copy link
Contributor

@tomooda tomooda commented Jun 27, 2023

This PR is to provide more options to write CSV files in desired formats.

The inst var fieldWriter holds a symbol to be passed to NeoCSV writer to change the presentation of the values.
You can set it by useRawFieldWriter, useQuotedFieldWriter, useOptionalQuotedFieldWriter and useObjectFieldWriter.
By default, it uses the quoted field writer (same as the original implementation of the current DataFrameCsvWriter).

The inst var rowNameEnabled holds a boolean to decide whether the writer outputs row names into the CSV file.
You can set it by enableRowName and disableRowName.
By default, it is disabled (same as the original implementation of the current DataFrameCsvWriter).

@jecisc jecisc merged commit 3cdd6b5 into PolyMathOrg:master Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants