I am trying to import a CSV file in which some of the columns contain multiline text data. See below. Sample file attached.
Array

However, when I run the
Code:
import delimited
command, Stata seems to get confused, apparently by many of the characters, returns the message:
Note: Unmatched quote while processing row 2; this can be due to a formatting problem in the file or because a quoted data element
spans multiple lines. You should carefully inspect your data after importing. Consider using option bindquote(strict) if
quoted data spans multiple lines or option bindquote(nobind) if quotes are not used for binding data.
and loads a nonsensical frame. See:
Array