select-csv 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -162,7 +162,7 @@ result = parse.rowOffset(6) //Returns all rows from the sixth row to the last ro
|
|
|
162
162
|
}
|
|
163
163
|
*/
|
|
164
164
|
|
|
165
|
-
result = parse.rowOffset(5,
|
|
165
|
+
result = parse.rowOffset(5,8) //Returns all rows from 5th to 5th row
|
|
166
166
|
/*
|
|
167
167
|
{
|
|
168
168
|
"Time": 1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "select-csv",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "fastest, simplest and most powerful package of all existing libraries in npmjs. It converts .csv files into an array and even into lines. It contains two important functions parseCsv that handles a csv file, you only need a link to the file. And parseText deals with text, and they both have the same roles and and methods",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"csv",
|