just a suggestion
Alex, I have to admit I like this script more and more :)
for the XML import: it might be a nice idea to get the columns by grabbing the name-tags from the first record in the xml file.
For the following XML-code the Column-names would be automatically generated to:
column1 = filename; column2 = actie and so on.
<?xml version="1.0" ?>
- <root>
- <record>
<filename>bout.prt</filename>
<actie>ChangeValue</actie>
<parameter>LENGTH</parameter>
<value>45</value>
<opmerking>een verklaring</opmerking>
</record>
- <record>
<filename>moer.prt</filename>
<actie>ChangeValue</actie>
<parameter>DIA</parameter>
<value>23</value>
<opmerking>een verklaring</opmerking>
</record>
for the XML import: it might be a nice idea to get the columns by grabbing the name-tags from the first record in the xml file.
For the following XML-code the Column-names would be automatically generated to:
column1 = filename; column2 = actie and so on.
<?xml version="1.0" ?>
- <root>
- <record>
<filename>bout.prt</filename>
<actie>ChangeValue</actie>
<parameter>LENGTH</parameter>
<value>45</value>
<opmerking>een verklaring</opmerking>
</record>
- <record>
<filename>moer.prt</filename>
<actie>ChangeValue</actie>
<parameter>DIA</parameter>
<value>23</value>
<opmerking>een verklaring</opmerking>
</record>
Hartlijn
December 19,