Hi,
I have a large file containing records as below :-
ACCT_NO||ACC_NAME||ADDR||PHONE
----------------------------------
1 abcv adfe 345
2 erfr ertt 2345
3 efrtt fkgfdk 23454
ACCT_NO||ACC_NAME||ADDR||PHONE
-----------------------------------
1 abcv adfe 345
2 erfr ertt 2345
3 efrtt fkgfdk 23454
the requirement is to read the file and spilt the large file into chunks when it encounter "ACCT_NO||ACC_NAME||ADDR||PHONE"
Thanks in adv!
Regards,
Hema