Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to split one column into multiple columns?

Hi,
I want to split a column into 3 columns, i am getting the data from a tab delimited file which will have a column called "name", the format of which will be
"LastName,FirstName MiddleName"
I want to split this into 3 colums,
LastName FirstName MiddleName
Could you guys tell me how can this be done?
Thanks
Aviral
Labels (2)
12 Replies
Anonymous
Not applicable
Author

 hi, I have source like  
ID,NAME
1&2,A&B
3/4,C/D
5&6,E/F
In my target the data would be like
ID,NAME
1,A
2,B
3,C
4,D
5,E
6,F
How can i achieve this can any one help me
Anonymous
Not applicable
Author

ok..i already got the answer for my problem..tq..0683p000009MACn.png

hey Yana can you please tell me how you rectified the problem...
I am also facing the same issue...:-(
_AnonymousUser
Specialist III
Specialist III

ok..i already got the answer for my problem..tq..0683p000009MACn.png

Hi Yana_isma,
Can you please tell me how you resolved your problem ?