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: 
Anonymous
Not applicable

tExtractDelimiterFields not working for data from tMySqlInput

i am retrieving a data from a table which has pipe "|" seperated data. I need to extract the data into different fields. I tried using tExtractDelimiterFields; but it is seperating the data per character. 

My data is 5203011|ABC||DirectPartner|Active

I need it extracted by | seperation into 

5203011

ABC

 

DirectPartner

Active

 0683p000009Lrr8.png

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi Sabrina,

I figured out the issue. Thanks.

 

I had to use "\\|" instead of "|" as the seperator.

 

 

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hello,

Could you please post your tExtractDelimiterFields schema setting screenshot on forum?

Best regards

Sabrina

 

Anonymous
Not applicable
Author

Hi Sabrina,

I figured out the issue. Thanks.

 

I had to use "\\|" instead of "|" as the seperator.

 

 

Anonymous
Not applicable
Author

Hello,

Great this issue has been fixed by yourself. Thanks for your feedback.

Best regards

Sabrina