react-papaparse icon indicating copy to clipboard operation
react-papaparse copied to clipboard

transformHeader option not working with worker:true?

Open nippoolg opened this issue 2 years ago • 2 comments

I need to make some transformation on header, but can't get this working with transformHeader option? Got exception: DOMException: Failed to execute 'postMessage' on 'Worker': (header, index) => header could not be cloned. Is it supposed to work? Tried simply : transformHeader: (header: string, index: number) => header

nippoolg avatar Apr 16 '22 16:04 nippoolg

I am also getting this error. Please let us know how to resolve this, thanks.

jtorreslesp avatar Nov 03 '22 18:11 jtorreslesp

This is an issue of papaparse, discussed here: https://github.com/mholt/PapaParse/issues/761

rconjaerts avatar Mar 28 '23 15:03 rconjaerts