Cisco Cisco Process Orchestrator 2.X User Guide

Page of 828
 
D-14
Cisco Tidal Enterprise Orchestrator Reference Guide
OL-24928-01
Appendix D      Using Table Activities
  Defining the Read Table from XML Activity
Step 6
To convert specific text into a table, enter the following information.
Step 7
Complete the appropriate information in the following tabs, as necessary, and then click the Save 
 
tool to complete the activity definition.
  •
Knowledge Base—Choose the appropriate knowledge base article to associate with the activity. See 
 in 
  •
Result Handlers—Click the appropriate buttons to manage the condition branches on the workflow. 
See 
.
Defining the Read Table from XML Activity
Use the Read Table from XML activity to read an XML snippet and convert it into a table with a specified 
set of columns.
Example:
Row XML Element Name:
MyRow
Columns to read:
Name String
Age Integer
Source XML:
<MyData>
<MyRow>
<Name>Jeff</Name>
<Age>32</Age>
</MyRow>
<MyRow>
<Name>Mark</Name>
<Age>31</Age>
</MyRow>
<MyRow>
<Name>Jay</Name>
<Age>30</Age>
</MyRow>
</MyData>
Move Up
Moves a column up the list
Move Down
Moves a column down the list
Field
Description
Source text
Source values to convert into table
Button
Description