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

CSV import: add the ability to write rejected records to a specific file #18742

Closed
russorat opened this issue Jun 25, 2020 · 0 comments · Fixed by #18779
Closed

CSV import: add the ability to write rejected records to a specific file #18742

russorat opened this issue Jun 25, 2020 · 0 comments · Fixed by #18779
Assignees

Comments

@russorat
Copy link
Contributor

As a user, I would like to use this capability to ingest a large number of CSV files, and some of them might have data quality issues.

I would like a way to provide a file location where the rejected records could be written so that they could be monitored and re-processed later.

something like influx write -f my.csv --errors-file errors.csv

This would constantly append any records that it could not process to that file.

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 a pull request may close this issue.

2 participants