Add a small hint to your program. After a comma, if the first character is a ", then keep looping till you find another one, and concatenate the letters from the first " to the last ". Could you do that?
Thank you so much for your time and for looking into the problem.
I will check the way you have mentioned....But currently I am using the function istringstream lineparse(line) and getline (lineparse,value, ',') to parse the comma seperated file..
Will it not complicates the solution....? just asking....But I would like to try the way you have mentioned..
rror: invalid conversion from `void*' to `char**'
csvreader.cc:21: error: cannot convert `std::string' to `size_t*' for argument `2' to `__ssize_t getline(char**, size_t*, FILE*)'
rror: invalid conversion from `void*' to `char**'
csvreader.cc:21: error: cannot convert `std::string' to `size_t*' for argument `2' to `__ssize_t getline(char**, size_t*, FILE*)'
Getting this error..:( if I am using (lineparse,value, '\",')