-
Notifications
You must be signed in to change notification settings - Fork 334
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
Implemented csv export. #1385
Implemented csv export. #1385
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small thinks I found
core/src/main/java/de/jplag/reporting/csv/comparisons/CsvComparisonOutput.java
Outdated
Show resolved
Hide resolved
core/src/main/java/de/jplag/reporting/csv/comparisons/NameMapper.java
Outdated
Show resolved
Hide resolved
core/src/main/java/de/jplag/reporting/csv/comparisons/NameMapperRandomIds.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found a few issues.
core/src/main/java/de/jplag/csv/comparisons/NameMapperIncrementalIds.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nearly ready to merge, just one thing we overlooked.
|
@Kr0nox ready to merge from your side? |
Implemented csv export. Includes:
Solves #1082