I am able to extract Account, Currency, Balance amount and all. But the date column appears at only one place and i want the column to be repeated in all the records in SORTOUT.
Is there any way to populate the date field from the header across all the records?
1.Use Symnames to produce date ( Examples already there)
2.Skip/Omit the header records
3.Parse the detail records and have fixed length ( Examples already there)
4.Reformat and write to output ( Examples already there)