I want to import data from a CSV file into Stata. The problem is that sometimes, there is a newline inside a string.
Example input CSV:
Smith, "John F."
Kennedy, "Michael
J."
How can I import this into Stata?
I want to import data from a CSV file into Stata. The problem is that sometimes, there is a newline inside a string.
Example input CSV:
Smith, "John F."
Kennedy, "Michael
J."
How can I import this into Stata?