table schema:
create table multxml (fxml xml, sxml xml)
multxml.sql:
insert into multxml values (?,?)
multxml.property:
t1= /home/db2inst1/TPoX/WorkloadDriver/workloadTest/multxml.sql
p1|1=files|multxml|/home/db2inst1/TPoX/generatedXML/custacc/batch-1|1|10000|1|custacc
p1|2=files|multxml|/home/db2inst1/TPoX/generatedXML/custacc/batch-2|1|10000|1|order
if we specific the folder paths(i.e. /home/db2inst1/TPoX/toxgene/bin/batch-1 and batch-2) for different columns in multxml.property like p1|1 and p1|2 does, the workloadDriver will not work well.
we may add this feature in futurn. Thanks!