wbuchanan / StataJSON

JSON IO operations for Stata using the Jackson Java Library
http://wbuchanan.github.io/StataJSON
21 stars 6 forks source link

RV and KV only able to import one observation #39

Open Sophie-wang22 opened 3 years ago

Sophie-wang22 commented 3 years ago

Hi! I'm trying to use this library to import the dataset from this link into STATA, however I'm only able to import a single observation. Or when I use the syntax below, no observations import at all (but the variable labels import correctly). I was wondering if I could get any help on importing the entire dataset into STATA. Thanks!

jsonio rv, file("yelp_academic_dataset_business.json") nourl

wbuchanan commented 2 years ago

@Sophie-wang22 can you provide all of the code you executed prior to the jsonio command? Apologies for not seeing this for so long.