-
Notifications
You must be signed in to change notification settings - Fork 7
Adds Regex to modify JSON Stings to match csv spec. #166
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
6000d32
Adds Regex to modify JSON Stings to match csv spec.
denstre 3d48c8b
-Factory removes double double quotes to match standard format
denstre c99a5aa
Applies Spotless
denstre 0bd70c1
Merge branch 'master' of https://github.com/ie3-institute/PowerSystem…
denstre 00f7580
Merge remote-tracking branch 'remotes/origin/master' into ds/#141-ada…
ckittl b99df92
Reworks quoting process
denstre cdc0059
Merge branch 'master' of https://github.com/ie3-institute/PowerSystem…
denstre 2af5491
Merge remote-tracking branch 'origin/ds/#141-adapt-jsonstrings-for-cs…
denstre 14529db
Spotless Apply...
denstre cfbfdf1
Undos method reference
denstre 6357203
Resets EntityData class
denstre e1a6ff0
Adds all csv spec cases
denstre 913fbe5
-Removes header Quotes
denstre 6b9f910
-Implements quoteHeaderElements method to predefine header for CsvFil…
denstre 7cda0a9
sA...
denstre b13de38
-Removes json string regex
denstre cd80e27
-Turns double double quotes into double quotes when reading csv data
denstre 4ca3164
-Implements csv quoting from utils
denstre 049af41
adapted CsvFileSink for valid quoting
johanneshiry 4c2b858
- fix test
johanneshiry e0134db
replaced quoting in CsvFileSink with StringUtils
johanneshiry d381577
updated PowerSystemUtils dependency to current SNAPSHOT version
johanneshiry d6d9289
changed method order in CsvFileSink
johanneshiry 5f80e75
minor change in CsvFileSink
johanneshiry d7ea57d
Update src/main/java/edu/ie3/datamodel/io/sink/CsvFileSink.java
johanneshiry 3831a3c
added sonatype snapshot repo
johanneshiry 2d10c3d
- set CsvDataSource to RFC 4180 valid parsing
johanneshiry 93d618d
fixed invalid method parameter order in CsvDataSource#parseCsvRow
johanneshiry d6b14ee
updated spock testing framework version
johanneshiry ffa0a13
fix broken tests + addressing reviewers comments
johanneshiry 18f6b07
adapt testfiles to new format + added documentation in CsvFileSinkTest
johanneshiry 7265669
addressing PMD issue in BufferedCsvWriter
johanneshiry f513a1f
addressing error prone implementations
johanneshiry a645e62
minor code style adaptions
johanneshiry File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.