@datapos/datapos-tool-csv-parse 0.0.68 → 0.0.69
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.
|
@@ -3459,6 +3459,7 @@ async function Kn(t) {
|
|
|
3459
3459
|
let r, n, i;
|
|
3460
3460
|
for (const o of e)
|
|
3461
3461
|
try {
|
|
3462
|
+
console.log("0000", o);
|
|
3462
3463
|
let s = 0, f, a = 0, u = 0;
|
|
3463
3464
|
const c = je({ delimiter: o, relax_column_count: !0 });
|
|
3464
3465
|
await new Promise((h) => {
|
|
@@ -3481,7 +3482,7 @@ async function Kn(t) {
|
|
|
3481
3482
|
} catch (s) {
|
|
3482
3483
|
console.log(8888, s);
|
|
3483
3484
|
}
|
|
3484
|
-
return console.log(
|
|
3485
|
+
return console.log(3333, r), r ?? ",";
|
|
3485
3486
|
}
|
|
3486
3487
|
function ei(t) {
|
|
3487
3488
|
const e = Math.max(1, Math.floor(t.chunkSize)), r = [];
|