Hello all, We are trying to read csv files which contains fields containing \n character, also \n character is line delimiter. We used parseQuotedStrings('\"') Method but, it ignores only field delimiters so we couldn’t parse the fields that contains \n character. How can we solve this problem?
-Ebru