SQLScholar
Programmer
Hey all,
I cant believe i am the first person to want to do this - but i am struggling to find code to help.
I have some code which uses the split function - but unfortunately the data it is splitting is from a CSV that is text qualified with ".
It also needs to be text qualified becuase it contains " and needs to have them.
Does anyone have a function i can use instead of split to split this correctly? I cannot visualise an easy way to sort this, but i also cant imagine i am the first person with this issue
Any help much appreciated,
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------
I cant believe i am the first person to want to do this - but i am struggling to find code to help.
I have some code which uses the split function - but unfortunately the data it is splitting is from a CSV that is text qualified with ".
It also needs to be text qualified becuase it contains " and needs to have them.
Does anyone have a function i can use instead of split to split this correctly? I cannot visualise an easy way to sort this, but i also cant imagine i am the first person with this issue
Any help much appreciated,
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------