"
XML file with 5 different nodes with data in it. Now, Extract this XML data, Transform - compare with a DB table (using key column) and Load - put the data to another DB table(s).
" - requirement
At the moment, ETL the text file works fine. But my doubt is, will the same model support XML ETL (if so, thats when I was requesting some samples \ docs....)
But what you are suggesting, is something like the below ?
public
override IEnumerable<Row> Execute(IEnumerable<Row> rows)