VBScript Read dataset XML

Post Reply
Sunnyland
Member
Posts: 56
Joined: Mon Aug 19, 2013 1:34 am

VBScript Read dataset XML

Post 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.
Post Reply