feat(Extract from File Node): Add relax_quote option (#13607)

Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
Florian Kinder
2025-03-21 23:44:51 +09:00
committed by GitHub
parent 8215e0b59f
commit 830d2c5df5
3 changed files with 17 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ export async function execute(
bom: options.enableBOM as boolean,
to: maxRowCount > -1 ? maxRowCount : undefined,
columns: options.headerRow !== false,
relax_quotes: options.relaxQuotes as boolean,
onRecord: (record) => {
if (!options.includeEmptyCells) {
record = Object.fromEntries(