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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
gadje1
Creator
Creator

Split a String with separator in multiple rows

Hi everyboby,

I would like be able to split a String with @ separator like that :

ORxxx@ORxxx@ORxxx

in multiple rows like that :

ORxxx

ORxxx

ORxxx

Is there a simple way to do it ?

Here'is a sample of my input csv file :

OR00617441@

OR00595880@OR01018483@

OR00595875@

OR00617442@OR02458307@OR02413721@

OR00595879@

OR02413716@

OR00595864@

OR00075148@

OR00595863@

OR00595860@OR00595865@OR02457921@OR00595861@OR00595866@OR02457922@OR00595862@OR00595867@OR02457923@

Thanks in advance

Labels (2)
11 Replies
Prakhar1
Creator III
Creator III

okay no problem

gadje1
Creator
Creator
Author

I am close to the solution but i don't recover all the split values, for the lines i have to split like those as shown below in my CSV entry :

0693p000008vR5aAAE.jpg

 

i maked a routine that split my strings with a @ separator as shown below :

 

0693p000008vR56AAE.jpg

 

This is my job structure and the routine that i calling :

0693p000008vR5GAAU.jpg

 

Everything's ok in console view, i catch both tokens corresponding at the above example :

0693p000008vR5fAAE.jpg

 

But not in my csv file output, i just catch the second token of my splited line

0693p000008vR5bAAE.jpg

 

Is there somebody who knows why ??

 

Thanks in advance.