Skip to content

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 <niethammer@hlrs.de>
Copy link
Contributor

@HomesGH HomesGH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not introduce a new plugin which is just slightly different from an existing one, see this comment.

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.

2 participants