-
Notifications
You must be signed in to change notification settings - Fork 104
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
Skip and log malformed rows during COPY #1872
Comments
The "show warnings" feature in MySQL can be a reference. https://dev.mysql.com/doc/refman/8.0/en/show-warnings.html |
We can have an |
To get this feature fully done, we need to support several things:
|
|
Update: a function call |
See left todo in #4579. |
Sometimes it's not easy to have a fully cleaned dataset, which could be annoying when it comes to data loading, as users need to repeatedly try through
COPY
and modify their dataset as we throw errors.To provide a more smooth
COPY
experience, it would be good to add an option toCOPY
statement which allows skipping malformed rows either silently or through logging.This should cover copying of both node and rel tables.
Notes:
The text was updated successfully, but these errors were encountered: