Hi Avinash,
Read the file using tFileInputDelimited
use Ereplace system function for your "particular word" by "particular word" + "/"
output_row.text = StringHandling.EREPLACE(input_row.text,"avinash","avinash/");
use above code to to replace avinash by avinash/. This logic may help.
Thanks
Vaibhav
Hi,
Or component
TalendHelpCenter:tFileInputFullRow reads a given file row by row in case there is no consolidate field separator in your .txt file.
tFileInputFullRow-->tMap....ReplaceAll(string s1, string s2) in expression.
Best regards
Sabrina
i want to add a comma after finding some fileformat like .txt .pdf .jpg .csv
with output_row.text = StringHandling.EREPLACE(input_row.text,"({4})",what should i mention here);
i have tried few things but dint get proper result