-
Notifications
You must be signed in to change notification settings - Fork 2
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
DuckDb implementation #125
Conversation
…add file by file tests + readme
kraftwerk-core/src/main/java/fr/insee/kraftwerk/core/outputs/parquet/ParquetOutputFiles.java
Outdated
Show resolved
Hide resolved
kraftwerk-api/src/main/java/fr/insee/kraftwerk/api/process/MainProcessingGenesis.java
Outdated
Show resolved
Hide resolved
kraftwerk-api/src/main/java/fr/insee/kraftwerk/api/services/StepByStepService.java
Outdated
Show resolved
Hide resolved
* @param csvLine line to transform | ||
* @return the transformed line | ||
*/ | ||
private String applyNullTransformation(String csvLine) { |
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.
Maybe use nullstr describe here https://duckdb.org/docs/sql/statements/copy.html#csv-options
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.
If I try that with NULLSTR '""' I have this : Binder Error: QUOTE must not appear in the NULL specification and vice versa
WARNING : Merge KraftwerkTests branch "devDuckDb" into Master before deployment