Hi Everyone,
I would like to split Tab separated text file into valid and invalid records (files). For example:
In the above sample file, since record 1 is good, should go to valid file. Record 2 is invalid as the rent should be numeric, should goto invalid file. Record 3 is again invalid as the RentDue is not a valid date, it should also go to invalid file.
Can we accomplish this stuff using perl.
Many thanks in advance for providing some hints.
regards
Ma