@datapos/datapos-tool-csv-parse 0.0.103 → 0.0.105

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.
@@ -3389,8 +3389,8 @@ const Wt = {
3389
3389
  delimiter: ",",
3390
3390
  encoding: "utf8",
3391
3391
  escape: '"',
3392
- // from: 1,
3393
- // from_line: 1,
3392
+ from: 1,
3393
+ from_line: 1,
3394
3394
  group_columns_by_name: !1,
3395
3395
  ignore_last_delimiters: !1,
3396
3396
  info: !1,
@@ -3410,8 +3410,8 @@ const Wt = {
3410
3410
  skip_empty_lines: !1,
3411
3411
  skip_records_with_empty_values: !1,
3412
3412
  skip_records_with_error: !1,
3413
- // to: 1,
3414
- // to_line: -1,
3413
+ to: 1,
3414
+ to_line: -1,
3415
3415
  trim: !1
3416
3416
  }, Zn = 1e4, Xn = 4;
3417
3417
  class ni {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-tool-csv-parse",
3
- "version": "0.0.103",
3
+ "version": "0.0.105",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,