carstrb

Results 2 comments of carstrb

+1 also for 5.5.2. Here's my minimal example: ```typescript import * as pp from 'papaparse'; export interface Mapping { [key: string]: string; } const dummyString = 'a,b,c\nid1,12.3,true\nid2,45.6,false'; const dummyHeaderMapping: Mapping...

Hi @rcomer , yes I did see your reply in StackOverflow also! Thank you for looking into this. I definitely would not have been able to find the source of...