Hello all,
I am using the following expression to download data from a portal (backend Microsoft SQL):
clear
copy https://data.sccgov.org/resource/s3fb-yrjp.csv data_from_socrata2.csv, replace
It only gets me 1000 observations.
I talked to an IS guy and said that I could increase the 1000 limit, but he does not know Stata.
I looked at the COPY command documentation and could not find any options for increasing the limit.
In parallel with the above method, I am exploring using JSON downloading (or bringing into STATA) options. If you have any solutions for them, I am interested in them as well.
Does anyone have a solution?
Thanks!
I am using the following expression to download data from a portal (backend Microsoft SQL):
clear
copy https://data.sccgov.org/resource/s3fb-yrjp.csv data_from_socrata2.csv, replace
It only gets me 1000 observations.
I talked to an IS guy and said that I could increase the 1000 limit, but he does not know Stata.
I looked at the COPY command documentation and could not find any options for increasing the limit.
In parallel with the above method, I am exploring using JSON downloading (or bringing into STATA) options. If you have any solutions for them, I am interested in them as well.
Does anyone have a solution?
Thanks!
Comment