Skip to content

justindixon/ConvertCSVtoJSON

Repository files navigation

Convert An Upload Salesforce CSV File to JSON String

The money is in double calling escapeJava().

JSONString = JSONString +'"' + listedCSV[0][j].escapeJava().escapeJava() + '"' + ':' + '"' + listedCSV[i][j].escapeJava().escapeJava() + '"' + ',';

Dealing with "" , and \n is hard.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published