Design a transformation to load the first record from a flat file into one table A, the last record from a flat file into table B and the remaining records into table C?
I have one source which contain 50 records, my need is the first record goes to A target, the last records goes to B target and remaining records goes to C target.
Currently we are using Visual Importer Ent to import our client’s customer RMA data into our SQL server for further processing and export same data to their ftp server. We Process 3000 files daily, 24h x 365d