Bulk / Batch Search and replace

Tool for Search and Replace across multiple files.
Post Reply
geller6980
Posts: 3
Joined: Tue Jun 22, 2021 6:34 pm

Bulk / Batch Search and replace

Post by geller6980 »

Hi

I have reams of code in txt files where I need to change the table names.

For example:
original table name new table name
T_CL_ERROR_DISP T_CL_ERR_DISP
T_CL_ERROR_RES T_CL_ERR_RSLTN
T_CL_HDR_X_DIAG T_CL_HDR_DIAG
T_CL_HDR_X_ECODE T_CL_HDR_ECDE
T_CL_XREF_ICN T_CL_ICN_XREF
T_CL_INST_DTL T_CL_INSTNL_DTL
T_CL_INST_HDR T_CL_INSTNL_HDR

these are just 7 examples - i have 1,000's

My question is if there's a way to import this crosswalk table to avoid loading these table names one at a time in Batch Editor?

Thanks in advance

Scott
User avatar
DigitalVolcano
Site Admin
Posts: 1715
Joined: Thu Jun 09, 2011 10:04 am

Re: Bulk / Batch Search and replace

Post by DigitalVolcano »

Have you tried the import function in the batch editor? This should do what you want.
Post Reply