Merging XML files SSIS -


i have set of xml files need load database. third party sends in xml files contain same information split across 10 or more individual formed files. xml contains child parent elements down 4 levels. started off using xml source type , outputting each element type out individual file. xml source component adds in unique identifier each element child parent relationships can re-established later on. problem ran auto generated identifier each element unique each file iterate through files repeats.

anybody come across problem before , how solved. 1 option thinking merge files single xml file, how happen in ssis need remove duplicate root elements. alternatively add in filename column make compound primary key messy.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -