I have one excel file where we have two column, both are linked with each other & I also have one xml file where I want to feed those column data & want to create 1 xml for each group, like 1st xml will take away group 20 as 20.xml
xml file content is - Highlighted in bold will be target area of xml to update the excel data in it.
<?xml version="1.0" encoding="UTF-8"?>
<SingleAction>
<Title>Setting Data Group - **20**</Title>
<Relevance>(if exists property "in proxy agent context" then (not in proxy agent context) else true)</Relevance>
code..
code..
<Parameter Name="Data ID">**20**</Parameter>
<Settings>
lots of other settings
settings
setttings
..
..
<Target>
<Data1Column>**NameA**</Data1Column>
<Data1Column>**NameB**</Data1Column>
</Target>
