hi, if you want to remove CRLF from text file , you can use tFileInputRaw to read the file, convert the return object as a String with tConvertType then :
(your String).replaceAll("\\r\\n","") in a tMap or a TJavaRow
instead of tJavaRow or TMap you could alos you tReplace component :
in search field : "\r\n" and in replace field : ""