I need to read several files that contain either a single quote (‘) or double quotes(’) as part of the information in its lines, but when trying to do so, I get the error “execute failed: new line in quoted string (or closing quote missing)”. This makes sense because the information in the lines it’s not meant to be “quoted”, instead, is something like this:
What I’ve been doing so far is to open each file and remove all quotes (single and double). Is there a way to read all those txt files without manually preparing them first?
Could you share the lines of text as per the image in a workable format? For me lines with single and double quotes in the same file load fine in the complex file reader.
The Quote support page under Advanced might help you out here: