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

skip on import #6

Open
zoellner opened this issue Jul 29, 2015 · 1 comment
Open

skip on import #6

zoellner opened this issue Jul 29, 2015 · 1 comment

Comments

@zoellner
Copy link

I am running into the issue of getting timeouts after a while (tens of thousands of operations successful, running for hours, then a timeout).
I'd like to restart the bulk import where it was left of before with an option to skip the first n entries. I think that should be an easy addition

@skratchdot
Copy link
Owner

I agree. Might also be useful to have a transform or filter on import. Skip seems important though...

For skip to work, probably only need a new skip variable, and some if/else logic around these lines:

currentCount++;
currentBatch += line + '\n';

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

No branches or pull requests

2 participants