I am struggling with dealing with a csv file that scraped one crowdfunding website.
My goal is loading the csv file on Stata, and save it in .dta format. (Stata dataset).
Stata successfully loaded the dataset, like the screenshot I attached. v20, v21 are variables I wanted.
In v22, I wanted to know the name of "creator". However, it is not successfully excluded. As the selected cell in the screenshot shows.
Is there any way that I can extract "name" and "id" of the creator as separate columns?
Also, in v23, I want to extract the location of each row.
However, I found the "name", "state", "short_name" are in the cell, without being extracted separately.
Would there be any way that I can load them as separate columns?
Thank you for reading my post! Any help will be appreciated:)