How do I remove a comma when getting/setting value...
# general
k
How do I remove a comma when getting/setting values in suitescript 1.0.. so that when I export it on csv, it won't read it as a delimiter?
b
fair chance that you can quote your csv values so you wouldnt need to replace
k
Hmm I'll think I'll try that second option
b
k
I actually switch back to replace JS function as I found that there are some quotes too on the value which I was trying to manipulate
Hmm let me check that papaparse too