data-forge-ts icon indicating copy to clipboard operation
data-forge-ts copied to clipboard

asCSV method doesnt accept paparse options

Open arv47x opened this issue 9 months ago • 1 comments

When trying to pass valid paparse options to the asCSV method TS throws an error.

This is the actual options interface which doesnt allows other paparse options: `/**

These are paparse options: { quotes: false, //or array of booleans quoteChar: '"', escapeChar: '"', delimiter: ",", header: true, newline: "\r\n", skipEmptyLines: false, //other option is 'greedy', meaning skip delimiters, quotes, and whitespace. columns: null //or array of strings }

arv47x avatar Mar 31 '25 20:03 arv47x

@arvx47 thanks for reporting. Please feel free to add the options you need and submit a PR and then I'll update on npm.

ashleydavis avatar Apr 03 '25 03:04 ashleydavis