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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to modify the Escape char of the tFileInputFullRow

Hello,

 

Is there any way to change the Escape Char by using the TFileInputFullRow as what we can do with TFileInputDelimitter?

 

Thanks

Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi
tFileInputFullRow read the file line by line, we can find a way to do some transformation after the line is read.

Regards
Shong
Anonymous
Not applicable
Author

I think no way to do that, even tExtractDelimitedField does not allow to confige the Text Enclosure and Escape char.

The only way is using TFileInputDelimited