Hi Stata Users,

I am using Stata 16 to import the attached file using the command below

[
Code:
import delimited using "contracts.csv", clear  varnames(1)
However, it seems the file isn't being imported accurately. Below is a screenshot of the variable ocid
Array


I am wondering whether there's an effective way of achieving this.

Thanks in advance.