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

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.
@@ -3380,7 +3380,7 @@ function Gn(t) {
3380
3380
  return t.length > 2048 ? `${t.slice(0, 2048)}... [truncated]` : t;
3381
3381
  }
3382
3382
  const Wt = {
3383
- // bom: false,
3383
+ bom: !1,
3384
3384
  cast: void 0,
3385
3385
  cast_date: !1,
3386
3386
  columns: !1,
@@ -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.105",
3
+ "version": "0.0.106",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,