Hi All, I have string in a csv file which get brea...
# suitescript
s
Hi All, I have string in a csv file which get break into two lines. I have no comma in the string but still it break as two lines. Can anyone help me regarding this?
n
Can you send the line?
s
'NBC PO 948324432 1434-5345345-233-34-213 LOAS ADMI '
I dnt see any comma
I tried to remove all the space but still of no use
n
Where does it break?
s
I figured it out. string was having a \r & \n
which I removed using regexp