Documentation Index

Fetch the complete documentation index at: https://kb.lasernetgroup.com/llms.txt

Use this file to discover all available pages before exploring further.

Job to XML Modifier

Prev Next

Applies to: Lasernet Core 11

Converts a list of selected JobInfos to an XML structure. The values of the JobInfos are retrieved from the job being processed.

The Job to XML modifier.

Link

The screenshot above is from Lasernet Core 10 but this modifier works identically in Lasernet Core 11.

Click Add to insert a JobInfo you want to include in the XML result. Click Edit or Remove to maintain JobInfos and values already added to the list.

The Add JobInfo window.

JobInfo

Name of JobInfo and Value to be included in the XML result.

Array

Activate if the JobInfo contains an array of values and all values are required in the XML result. The values in the array of a JobInfo are added as children in an element named Value:

<JobInfoName>
  <Value>1</Value>
  <Value>2</Value>
</JobInfoName>

Binary

Activate if the value of the JobInfo represents a binary value. The value is encoded and included as a base64 string.

Was this page helpful? Let us know at knowledgebase.feedback@lasernetgroup.com