Included option to parse a DateTimeFormatter to the processors#799
Closed
vickybung1 wants to merge 13 commits intodevfrom
Closed
Included option to parse a DateTimeFormatter to the processors#799vickybung1 wants to merge 13 commits intodevfrom
vickybung1 wants to merge 13 commits intodevfrom
Conversation
Contributor
🛠 Lift Auto-fixSome of the Lift findings in this PR can be automatically fixed. You can download and apply these changes in your local project directory of your branch to review the suggestions before committing.1 # Download the patch
curl https://lift.sonatype.com/api/patch/github.com/ie3-institute/PowerSystemDataModel/799.diff -o lift-autofixes.diff
# Apply the patch with git
git apply lift-autofixes.diff
# Review the changes
git diffWant it all in a single command? Open a terminal in your project's directory and copy and paste the following command: curl https://lift.sonatype.com/api/patch/github.com/ie3-institute/PowerSystemDataModel/799.diff | git applyOnce you're satisfied, commit and push your changes in your project. Footnotes |
# Conflicts: # CHANGELOG.md # src/test/groovy/edu/ie3/datamodel/io/csv/GridIoIT.groovy
# Conflicts: # CHANGELOG.md # src/main/java/edu/ie3/datamodel/io/processor/EntityProcessor.java # src/main/java/edu/ie3/datamodel/io/processor/Processor.java # src/main/java/edu/ie3/datamodel/io/processor/ProcessorProvider.java # src/main/java/edu/ie3/datamodel/io/processor/input/InputEntityProcessor.java # src/main/java/edu/ie3/datamodel/io/processor/result/ResultEntityProcessor.java # src/main/java/edu/ie3/datamodel/io/processor/timeseries/TimeSeriesProcessor.java # src/main/java/edu/ie3/datamodel/io/sink/CsvFileSink.java # src/main/java/edu/ie3/datamodel/io/sink/InfluxDbSink.java # src/test/groovy/edu/ie3/datamodel/io/sink/CsvFileSinkTest.groovy # src/test/groovy/edu/ie3/datamodel/io/source/csv/GridIoIT.groovy
Contributor
|
!test |
Member
|
Closing this in favor of #767, which uses a fixed pattern and causes less "parameter pass-through" |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Resolves #766