philou5672 / csv-to-array

Automatically exported from code.google.com/p/csv-to-array
0 stars 0 forks source link

Ability to fetch single row, or range of rows #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This would be useful if you wanted to fetch the header row for example, or just 
needed a range of rows for whatever reason, this should be reasonably easy to 
implement.

args would be passed as csvToArray({range:'0,9'}); for the first 10 rows or 
csvToArray({row:0}); .... or should rows count from 1 with 1 being the 1st row 
2 being the 2nd.... the same goes for range.... to be decided.

Original issue reported on code.google.com by danielti...@gmail.com on 29 Apr 2013 at 12:04