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

Add feature to keep only failed rows after insertion #5

Closed
oryband opened this issue Feb 22, 2015 · 0 comments
Closed

Add feature to keep only failed rows after insertion #5

oryband opened this issue Feb 22, 2015 · 0 comments
Assignees

Comments

@oryband
Copy link

oryband commented Feb 22, 2015

Let's say I have three rows in a tmp file:

row 1
row 2
row 3

And insertion gets rejected because of row 2, when row 1 and 3 are ok.

I want the pulgin to split this lines to two files:

row 1
row 3
row 2

and reattempt insertion for rows 1 & 3. I don't want to lose good data when I have bad data along with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants