Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
There's not one component that can do all of this. You already pointed out the steps you need to do :-
XML file and Talend parse the xml and load them into SQL database
Something like : fileXMLinput (parse out the XML)-> tmap (to split out fields you need into separate outputs) -> mysqloutput ( to load to mysql)
HTH