2019.2

Table Of Contents
Running a Data Mapping Operation for PDF/VT File (to
Data Set)
Problem
You want to run a data mapping operation to produce a Data Set using only a PDF/VT file as
input.
Solution
The solution is to make a series of requests using the following URIs and method types to
submit, monitor progress and ultimately retrieve the result of the data mapping operation. There
is also the option of cancelling an operation during processing if required. These requests can
be submitted via the Data Mapping REST service:
Process Data Mapping
(PDF/VT to Data Set)
/rest/serverengine/workflow/datamining/pdfvtds/
{dataFileId}
POST
Get Progress of
Operation
/rest/serverengine/workflow/datamining/getProgress/
{operationId}
GET
Get Result of Operation
/rest/serverengine/workflow/datamining/getResult/
{operationId}
POST
Cancel an Operation
/rest/serverengine/workflow/datamining/cancel/
{operationId}
POST
Example
HTML5
dm-process-pdfvt-ds.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Process Data Mapping (PDF/VT to Data Set)
Example</title>
<script src="../../common/lib/js/jquery-
Page 216