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!