-
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #166 +/- ##
============================================
+ Coverage 74.77% 75.67% +0.89%
- Complexity 1469 1521 +52
============================================
Files 206 206
Lines 5991 6015 +24
Branches 579 580 +1
============================================
+ Hits 4480 4552 +72
+ Misses 1163 1116 -47
+ Partials 348 347 -1 Continue to review full report at Codecov.
|
…DataModel into ds/#141-adapt-jsonstrings-for-csv-rev2 Merge master into current
…pt-jsonstrings-for-csv-rev2
src/test/groovy/edu/ie3/datamodel/io/factory/input/LineInputFactoryTest.groovy
Outdated
Show resolved
Hide resolved
src/test/groovy/edu/ie3/datamodel/io/factory/input/NodeInputFactoryTest.groovy
Outdated
Show resolved
Hide resolved
|
Additionally: Please move the quotation handling from |
…DataModel into ds/#141-adapt-jsonstrings-for-csv-rev2 Merges master into current branch
…v-rev2' into ds/#141-adapt-jsonstrings-for-csv-rev2
|
!test |
-Adds solution to quote header elements if necessary
|
!test |
1 similar comment
|
!test |
|
!test |
- adapt CsvDataSource to prevent confusing double quote replacements
|
Won't compile until PowerSystemUtils#33 is merged and deployed |
Co-authored-by: Chris Kittl <44838605+ckittl@users.noreply.github.com>
- extensive tests for new parsing
TODO: (Reminder for myself)
Resolves #141
Adapt Tests
Adapt Factory (convert double double quotes ("") to double quotes("))