We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting the following error:
/app/node_modules/comma-separated-values/csv.js:50 return string.replace(/"/g,'\\"'); ^ TypeError: Cannot read property 'replace' of undefined at sanitizeString (/app/node_modules/comma-separated-values/csv.js:50:18)
When executing the following code. Everything works fine without the configuration object.
new CSV(fileData, { header: [ 'monthNum', 'projectedLossRateAtMonth', 'actualLossRateAtMonth', 'adjustedProjectedLossRate', 'stressedLossRate', 'breakEvenLossRate', 'pim', 'rating' ] }).parse();
The text was updated successfully, but these errors were encountered:
Could you give me a sample of some of the fileData's contents? Also, what version of CSV.js are you using?
Sorry, something went wrong.
No branches or pull requests
I'm getting the following error:
When executing the following code. Everything works fine without the configuration object.
The text was updated successfully, but these errors were encountered: