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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
McJingles
Contributor III
Contributor III

Split the column value into multiple columns

I want to split the column of data into multiple columns.

Check the data below that is in my file.

 

Home & Garden

Apparel & Accessories > Shoes

pparel & Accessories > Clothing > Shirts & Tops

Apparel & Accessories > Clothing > Underwear & Socks > Lingerie

 

Please let me know any tricks to convert into multiple columns

Thanks in Advance

 

Labels (2)
3 Replies
Anonymous
Not applicable

Hi,

 

you can use a tExtractDelimitedFields component to solve your problem.

But you have to be sure of the maximum column you can get from your original field.

Set the field separator to the value : ">" 

dont forget to trim your data

McJingles
Contributor III
Contributor III
Author

Thanks for your reply @tehLurdUfEngmer 

 

But, I don't know how many delimiters are appear. By your saying, we need to insert exact columns.

 

If I don't know about the delimiters how can I split up those.?

Anonymous
Not applicable

You can't, or use a custom java routine that can give you the delimiter.