Hello all,
I have a text file in the following format:
211B1 CUSTOMER|UPDATE|
211B2 CUSTOMER|UPDATE|
211B3 CUSTOMER|UPDATE|
211B4 CUSTOMER|UPDATE|
211B5 CUSTOMER|UPDATE|
567FR CUSTOMER|DELETE|
647GI CUSTOMER|DELETE|
I want a script that processes the text file and reports the following:
"UPDATE" for column CUSTOMER found for Acct's: 211B1,211B2,211B3,211B4,211B5
"DELETE" for column CUSTOMER found for Acct's: 5675FR,6470GI
I can script simple solutions, but this seems a little complex to me and would appreciate assistence or guidance.
Thanks! David