Forum Discussion
Anonymous
3 years agoNot applicable
Error in CSV delimiter split
Hi all, I'm pulling data from CSV files that are stored on a sharepoint. These files are extracted from a source system by someone with region settings 'en-US'. The column delimiter on these file...
BA_Pete
3 years agoSuper User
Hi Anonymous ,
My guess is that the quotes in the CSV are actually ' + ' rather than " , if that makes sense?
A different Encoding method may handle this differently, or you can look to edit the quote values manually, something like this:
Pete