Loading dynamic files from a table that has header and detail records
all, i have table, say, footest has 2 columns, 1 column (say, message) has header , detail records stored , 2nd column in "status". how table structure looks like: message status 1|hdr|abc|121|qwasdf 0 2|dtl|abc|121|qwfggjg 0 3|dtl|abc|121|cvmcbnv 0 4|hdr|def|134|dghmcbq 0 5|dtl|def|134|dghmcbq 0 6|hdr|abc|173|mnxccvc 0 7|dtl|abc|173|ndsjkdnx 0 i...