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
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-10-18 16:57:37 +02:00
committed by GitHub
parent d8531a53b9
commit 79f23fb939
6 changed files with 273 additions and 15 deletions

View File

@@ -0,0 +1,2 @@
a,b,c
1,2,3
1 a b c
2 1 2 3