I have a scenario where i need to append results of 2 queries in one output file which have different columnsfor example first query willl have header record and have 5 columnssecond query will have 30 columns records of second query should come after first query..i created a flat file connection manager and added all first and second columns in it..I ran sequentially 2 queries and made sure that it populated records in file...I got records but it is not in format i expectedBelow is exampleHeader|xxxxx| |20151217|20151217|20151217110504||||||||||||||||||||||||||||||||||||||abc|012103001400| |00000001 0| | | || | || ||13| |1|20110226|20110226|||17530101|1753-01-01T00:00:00|||||||||||||||abc|012103001400| |00000001 1| | | || | || ||13| |1|20110226|20110226|||17530101|1753-01-01T00:00:00||||||||due to both have same connection manager it displaying empty for first few columns in second row..My question in second row .. i should not get first ' ||||||'..actually record starts from abc..How to do it? any suggestions
↧