I am trying to load multiple XML files that have the same schema and same mapping. These files are scattered throughout sub folders for months and days. The following COMMAND shows me the list of files that I am looking for (the /s is to check all sub folders):
Code: Select all
"DIR C:\FINANCE\XML\2012\bank.xml /s"
I have a file called bank.xml inside of subfolders like month/day/etc and I want to pull all of those files into the MYSQL db. How would I do that using the /inputfile parameter?
I have tried this but it returns an error message:
Code: Select all
/inputfile:"C:\FINANCE\XML\2012\bank.xml /s"
Any ideas?
Thanks so much!