Hi All,
I need the bot to iterate through the folder and perform action on each xml present within the subfolder.
example…originalfolder name : Zara
folder structure: Zara\Extractpage\page
within “page” folder there is “test1” i.e. zara\test1 and similarly “test2” folder i.e. zara\test2 and in each of them there can be more than 2 xml files prsent…so i wnat BOT to go through test1 and perform action in the xmls present and then in Test2 folder to perform action in xml present.
Also there can be ‘n’ number of folders present within “page” folder so should should iterate through each subfolder and perform action on its xmls present inside them.
but “test1”,“test2” folder names will be coming as input argument from string…trasactionitem.specificcontent(“testdata”).tostring will be having values as {“test1”,“test2”,“test3”} which are folder names and BOT needs to iterate through these folders and perform action on the xmls present in each of these folder
“Data\Extractedtest\zara_Staging_mars_ 030820220322\page” is the root path
and insde page there can be test1, tes2,test3,test4, and inside test1 will be cone.xml,shy.xml …same in test2 and test3
Also these Test1,test2,test3 folder names will be come from queue item name “testdata” having values as {“test1”,“test2”,“test3”}