Page 1 of 1

VBScript Read dataset XML

Posted: Wed May 08, 2019 1:20 pm
by Sunnyland
I am currently writing a script to find text in a PDF, the Text I am searching for is supplied via metadata as a dataset. To read the PDF I need to use VbScript but I am unable to figure out the vbscript equivalent to the javascript syntax of var dataset = job.getDataset("XML"); and dataset.getPath(); Once I can get the path for the XML I think I can then use vbscript syntax to read the XML file.