Split Property BIC - EnterWorks_Process_Exchange_(EPX) - 11.0

EnterWorks Process Exchange (EPX)

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Precisely EnterWorks > EnterWorks
Version
11.0
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Process Exchange (EPX)
Copyright
2024
First publish date
2007
Last updated
2024-02-29
Published on
2024-02-29T08:35:54.993000

Splits a delimited property value into two values, pulling a single value off from the beginning or end of the delimited list with the remaining value in a second property. This activity can be used within a loop to process one value at a time from a delimited list:

Inputs

  • delimitedList - Delimited list of values to be split.
  • splitEnd - Specifies whether value is removed from beginning (first) or end (last) of delimited list.
  • delimiter - Identifies the delimiter to be used to separate the values in the delimited list.

Outputs

  • singleValue - Single value pulled from the delimited list. Empty if list is empty.
  • remainingList - Remaining delimited list after pulling off one value. Empty if no values remain.
  • isListEmpty - Set to true if the delimited list is empty, otherwise false