Large data set integration

Large data set integration

broabroa Posts: 3Questions: 1Answers: 0

Currently I have a data set containing >1,000,000 reads formatted as such:
{
"data": [
[
"Cynoscionicola",
"1"
],
[
"Decalepis",
"2"
],
...
]
}

Is there a way to only process this file say 10 rows at a time and display them, then process the next ten once next is clicked?

Or what would be the best method to integrate the data into two columns.

The data can be reformatted as necessary.

Answers

This discussion has been closed.