I am trying to merge table with flat file
table Contains 4 Columns:tblContactId,tbleFirstName,tblMiddleName,tbleLastName
Flat File Contains 2 columns: tblContactId, TotalAmount
I tried to merge these two. Output information comes only from table. Flat file information is not getting merged
only Clue.
Thanks,
Praveen