Using PHP streams to encode and decode large JSON collections
A while ago, I was working on a way to import large datasets in a hobby project of mine Biologer. The user selects a CSV file, maps columns to supported fields so the app can tell what is what, and submits it. The import then goes through several...
Read more »