I have a .txt file with 18 variables and 1,368,958 observations/lines with piping as a delimiter (|,|). Using
import delimited "file.txt", delimiter("|,", asstring) bindquote(strict) maxquotedrows(unlimited)
I can only load 648,496 observations - size 901.11M, memory 993M. I double-checked the .txt file and there is nothing unusual at line 648,496.
Any advice?
Thank you!
Related Posts with Import delimited - not all observations imported
split variables and stringsDear All, I have this data set Code: * Example generated by -dataex-. For more info, type help data…
Stata Probit Model Interaction Term InterpretationHello everyone, for my thesis i am currently investigating the effects of solid waste (msw_reg) on …
Plotting dependent variable mean besides coefficients using esttabI am using the user-written esttab command from SSC to generate table output. I am trying to plot a …
set scheme plotplainI am trying to set the scheme plotplain but STATA simply doesn't accept it. The error message says "…
Create a time-variant variable reflecting number of co-habitantsHello everyone, I am working with cohort data from a DSS. I have time-variant variants such as hous…
Subscribe to:
Post Comments (Atom)
0 Response to Import delimited - not all observations imported
Post a Comment