0% found this document useful (0 votes)
100 views4 pages

CPI Data Extraction Guide

The document describes extracting data from the body and header of a message in CPI Learning. It reads values from a property called "message" and a header called "var1" and outputs them. It also mentions using number ranges in CPI and having a Groovy script that increases an ID value each time it is triggered.

Uploaded by

Aahil Aaryan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views4 pages

CPI Data Extraction Guide

The document describes extracting data from the body and header of a message in CPI Learning. It reads values from a property called "message" and a header called "var1" and outputs them. It also mentions using number ranges in CPI and having a Groovy script that increases an ID value each time it is triggered.

Uploaded by

Aahil Aaryan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

CPI Learning

Extract Data from body

Read values from Header/Properties

<result>

Reading value from property


${[Link]}

Reading value from header


${header.var1}

</result>
Using Number Ranges in CPI
Everytime you trigger it increase the ID value

GROOVY SCRIPT

You might also like