Hi,
I need to load a single XML file into SQL server table on daily basis.This file's
naming convention is like 'Order_yyyymmddhhmmss.xml'. The dd part will change everyday that we can assume on daily basis. But hhmmss part also changes everyday and we never know that. So, the file name is not constant. But the first part is Order_ is constant. I have a question
I have to go for ForEachLoop container even though its a single file , because the file name is NOT constant - is that correct?
I need to load a single XML file into SQL server table on daily basis.This file's
naming convention is like 'Order_yyyymmddhhmmss.xml'. The dd part will change everyday that we can assume on daily basis. But hhmmss part also changes everyday and we never know that. So, the file name is not constant. But the first part is Order_ is constant. I have a question
I have to go for ForEachLoop container even though its a single file , because the file name is NOT constant - is that correct?