@datapos/datapos-tool-csv-parse 0.0.89 → 0.0.90
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.
|
@@ -3396,7 +3396,7 @@ class ri {
|
|
|
3396
3396
|
const c = e.parseRecord(a, l, !0);
|
|
3397
3397
|
f.push(c);
|
|
3398
3398
|
}
|
|
3399
|
-
return { columnConfigs: a, recordDelimiterId: i, records: f, valueDelimiterId: s };
|
|
3399
|
+
return console.log("castRecords", f), { columnConfigs: a, recordDelimiterId: i, records: f, valueDelimiterId: s };
|
|
3400
3400
|
}
|
|
3401
3401
|
/**
|
|
3402
3402
|
* Parse stream.
|