I'm using Stata 15 and trying to split a string variable into different component which are comma-seperated.
I use the following Code:
Code:
set maxvar 5000 split lenders, parse(, )
no room to add more variables
Up to 5,000 variables are currently allowed, although you could reset the maximum using set maxvar; see help memory.
Up to 5,000 variables are currently allowed, although you could reset the maximum using set maxvar; see help memory.
Therefore I would like to extract the first 5000 components and delete all extracted components from the original string to split my string into several lines.
Is there an option to remove the string components, which are in new variables, from the original string?
I hope my Question is clear. Any advice is highly appreciated.
Best Jay
0 Response to split, parse(,) maximum number of variables reached
Post a Comment