I am having trouble importing my .csv into Stata. When I imported it, the following error message appeared:
I have tried to export the data here using dataex, but I get this error term:
I have attached the excel spreadsheet as well. Any help is much appreciated.
Code:
Note: Unmatched quote while processing row 128; 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.
Code:
dataex input statement exceeds linesize limit. Try specifying fewer variables r(1000);
Comment