Hi, i was trying to figure out in loading CSV Files how to dont remove one of the things, because CSV is splited by comma but my main editor is oriented for a private server files and when he value is NULL they put the value as a comma.
For example :
115,1,NAME,1
,1,NAME,1
,2,NAME,1
So this means that , is the sub topic, and i wanna know how i can read that comma in values without split them and substitue with another letter or text.
Thanks
For example :
115,1,NAME,1
,1,NAME,1
,2,NAME,1
So this means that , is the sub topic, and i wanna know how i can read that comma in values without split them and substitue with another letter or text.
Thanks