Hi,
I have been searched in the net but i didn't found any result that resolve my problem .
I have a folder that contains some journly data the name of files are like this:
productBought_28_03_2014.LED.txt ,productBought_28_03_2014.LEDPRO.txt ,productBought_28_03_2014.LEDPROBN.txt
productBought_29_03_2014.LED.txt ,productBought_29_03_2014.LEDPRO.txt ,productBought_29_03_2014.LEDPROBN.txt
Every day i have the same file with different day .
What i want to do is doing a foreach loop container and loop the files in different table each the file have different structure
I have been tried some solution but didn't work please How can i do it ?
Thanks for Help.