You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
Since JSONStream gives you a stream of items, you will have to process all, and throw away the unwanted items. Maybe keep a counter of the items processed, so you will know which ones you need to keep.
Yes, that's already what I do. But it's very slow in my case and I wondered if it was possible to do otherwise. I will rather try with bash commands to see if it's possible.
Thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi !
Do you have a method to retrieve a specific item in an array ?
Example : get the 200'042 th element from an array of 256'000 items.
Thanks
The text was updated successfully, but these errors were encountered: