Created on
05-09-2017
03:41 PM
- last edited on
06-05-2026
09:09 AM
by
DianaTorres
Created on 05-09-2017 03:53 PM - edited 08-17-2019 06:36 PM
You can use the replaceText processor to replace tabs with commas in a text/plain input file.
lets assume my input file's content has the following value:
15259-screen-shot-2017-05-09-at-115146-am.png
I could then configure my replaceText processor to do teh following:
15258-screen-shot-2017-05-09-at-114958-am.png
The Search Value is set to a tab.
The Replacement Value is set to a comma.
The resulting content is:
15260-screen-shot-2017-05-09-at-115249-am.png
Thanks,
Matt
Created on 05-09-2017 03:53 PM - edited 08-17-2019 06:36 PM
You can use the replaceText processor to replace tabs with commas in a text/plain input file.
lets assume my input file's content has the following value:
15259-screen-shot-2017-05-09-at-115146-am.png
I could then configure my replaceText processor to do teh following:
15258-screen-shot-2017-05-09-at-114958-am.png
The Search Value is set to a tab.
The Replacement Value is set to a comma.
The resulting content is:
15260-screen-shot-2017-05-09-at-115249-am.png
Thanks,
Matt
Created 05-09-2017 03:59 PM
@Matt Clarke "The Search Value is set to a tab." How should the search value TAB be set? '\t' or 0x09
Created 05-09-2017 04:05 PM
I literally hit the "tab" key on my keyboard.