Created 05-09-2017 03:41 PM
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:
I could then configure my replaceText processor to do teh following:
The Search Value is set to a tab.
The Replacement Value is set to a comma.
The resulting content is:
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:
I could then configure my replaceText processor to do teh following:
The Search Value is set to a tab.
The Replacement Value is set to a comma.
The resulting content is:
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.