Skip to content
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

Rewrite files with correct header at end of stream #27

Closed
wants to merge 5 commits into from
Closed

Rewrite files with correct header at end of stream #27

wants to merge 5 commits into from

Conversation

abij
Copy link

@abij abij commented Mar 19, 2020

Description of change

When the fields of the flattened record are containing new fields, they are added in the csv-file header. (Rewriting the csv). The header for the stream is updated according to the new header in the csv-file.

Links to Issue #3

Manual QA steps

Risks

  • Performance: Large CSV's will suffer from rewrite if records have new fields. (rewrite happens at and of stream)

Rollback steps

  • revert this branch

@abij abij closed this by deleting the head repository Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants