Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CSV Writer output plugin #369

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cniethammer
Copy link
Contributor

Description

Add CSVWriter based on the existing ResultWriter output plugin but writes a CSV file. The resulting CSV file will include a properly formatted column header line as well as additional information around the individual fields as comment lines, which start with the '#' character.

Related Pull Requests

The request for easy parseable CSV files was raised in #368

How Has This Been Tested?

Run with Argon example. Unit test planned ... but infrastructure missing for the moment.

Documentation

(Only relevant if this PR introduces new features)

  • all-options.xml documents how to use the feature.
  • The responsible readXML() documents how to use the feature.

Add CSVWriter based on the existing ResultWriter output plugin but writes
a CSV file. The resulting CSV file will include a properly formatted column
header line as well as additional information around the individual fields
as comment lines, which start with the '#' character.

Signed-off-by: Christoph Niethammer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant