Hello guys
is there a way we could remove the waring in the text file that looks like this
and get it only in one line with "/"between each line value
the final result should get
P20201_WXL2EAO3AKAU/P20201_WXW2ECO1CVI6/[al/WX62D212NFU2
Thanks
Hello guys
is there a way we could remove the waring in the text file that looks like this
and get it only in one line with "/"between each line value
the final result should get
P20201_WXL2EAO3AKAU/P20201_WXW2ECO1CVI6/[al/WX62D212NFU2
Thanks
Best answer by ebygomm
I think this in a StringReplacer with Regular Expression replace should work
(\n|\r)+
Match 1 or more line feeds or carriagereturns and replace with /
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.