I need to extract the specified values from the input text file and need to update the extracted values into output text file. Can someone guide me please how to extract it Input.txt (283 Bytes) Output.txt (77 Bytes)
Hi @jamunatj ,
It is obvious you won’t get the desired output because in this format/pattern of your input text is changed, because regex works on a specified pattern.
Please confirm your exact text file pattern and what you want to extract, I mean the columns in input file.
Can we get the same output for multiple files with same column pattern? I have tried this code with multiple input file but unable to get output . Kindly refer the attached file & guide me to handle multiple files as well.
Thanks.
Hi @jamunatj ,
your code was wrong you did not use read text file activity only without using that how will you get the text.
and final_str should be initialized in beginning.
I am sending you the correct code. Sequence.xaml (14.6 KB)