Hi Guys i have a single variable with all the data in that i need to create multiple variables out of it i have been trying it with substring function but no luck can you please help me out with this thanks what i have: sample name=sammy id=123456 size=213456 type=txt name=dummy id=34256 size= 2314 type=xlsx name=sample id=12456 size=1111111111 type=doc what i want in new dataset is name id size type sammy 123456 213456 txt dummy 34256 2314 xlsx sample 12456 1111111111 doc thanks again
... View more