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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
karthikj18
Contributor III
Contributor III

[resolved] tExtractDelimitedFields is not recognizing the Pipe as delimiter

Hi,
tExtractDelimitedFields component is giving different output for Pipe ('|') delimiter. Its working fine only for comma(,) delimiter.
Please see the attached screen shots.
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,
I suppose you should escape the "|" as "\\|" because it's a special character. This fixes it all.
Regards,
Arno

View solution in original post

4 Replies
janhess
Creator II
Creator II

Which version? What's the bug number?
Anonymous
Not applicable

Hi,
I suppose you should escape the "|" as "\\|" because it's a special character. This fixes it all.
Regards,
Arno
karthikj18
Contributor III
Contributor III
Author

Thanks Arno, it worked.... 0683p000009MACn.png
Anonymous
Not applicable

Great!