I've to parse a fixed length file containing multiple line but with different length. Actually each line represent a different kind of object that would be insert in the database. The file can be like this:
A10200JohnSmithUSA B10000ContractSignedWithJohnSmith10200
Line 1..represent information regarding John Smith and Line 2 represents informations regarding contract signed by JohnSmith... All this come in the same file.
Can filehelpers library do that?
Thanks for your help. Regards