Commit Graph
2 Commits
Author SHA1 Message Date
कारतोफ्फेलस्क्रिप्ट™ 79f23fb939 feat(Spreadsheet File Node): Improve CSV parsing (#7448)
This adds support for
1. custom delimiters
2. reading offsets to avoid having to read a large CSV all at once
3. excluding byte-order-mark

NODE-861
#7443
2023-10-18 16:57:37 +02:00
MarcusandMichael Kret 74fc1414d7 test(Spreadsheet File Node): Unit tests (no-changelog) (#5385)
* ⚡️test setup

* ⚡️fix  'testData' implicitly has an 'any' type.

* ✅ test github action file binary data reading

* ✅ checking for output binary equality

* ✅ writing files to different formats

* ✅ reading spreadsheet with different options

* ⚡️improve workflow file path replacement

* 🐛 fixing string.at() not supported in node 14.

* 🐛 trying to fix github action test error

* ⚡ fix for empty binary

* ⚡ switch for binary test

* ⚡️test helpers now return/compare json and binary (if not empty))

* ⚡ removed commented console log

---------

Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-09 09:00:29 +01:00