A Child object to DATA PROCESSING→SCALAR performs data manipulation on SCALAR's and/or LIST's and returns a single value as a SCALAR.
![]() |
|
---|---|
![]() | store a value of an expression containing a SCALAR |
![]() | return user name, full name or e-mail address of user |
![]() | return SCALAR generated using custom Java code within the EASA API |
![]() | compare two date SCALAR's against each other |
![]() | convert date SCALAR's from one format to another |
![]() | create a single instance of one or more lines of text |
![]() | determine existence of a file or returns its full path or URL |
![]() | store a SCALAR, typically for use with a CUSTOM ACTION |
![]() | perform formatting on a numerical SCALAR DOR |
![]() | retrieve an index from a LIST given a value to find in the LIST |
![]() | retrieve a value from a LIST given a location or index within the LIST |
![]() | determine if another object value is valid |
![]() | mapping from a LIST (Inputs:) to a new value specified in another LIST (Outputs:) |
![]() | replace part of a string of text |
![]() | find the location of text within a string of text |
![]() | compute a statistic: average, count, maximum, minimum, first, last, standard deviation, sum |
![]() | text operation on a string (eg. converts to upper case) |
![]() | extract part of a string of text based on start and end character positions |
![]() | generate a SCALAR from a Java system property |
A Child object under DATA PROCESSING→LIST performs data manipulation on SCALAR's and/or LIST's and returns a LIST.
![]() |
|
---|---|
![]() | generate a LIST of numbers or letters given a list size |
![]() | concatenate LIST's and/or SCALAR's together into one LIST |
![]() | compute a LIST by cumulatively summing the values of another LIST |
![]() | return LIST of values generated using custom Java code within the EASA API |
![]() | return a LIST of new LIST names generated using custom Java code within the EASA API |
![]() | cut out a subset of values from an existing LIST |
![]() | a READ will retrieve list data from a database |
![]() | store a LIST of values, typically for use with CUSTOM ACTION's |
![]() | REPEAT and FIND extract LIST data from a file |
![]() | combine existing lists to produce one interleaved LIST |
![]() | accept a JSON string and query and returns data |
![]() | select a LIST based on a SCALAR input value |
![]() | retrieve name, value and parameter value information from other objects |
![]() | stores repeated values of an expression based on a given LIST |
![]() | convert a LIST of dates from one date format to another |
![]() | create a LIST containing one or more lines of text for each value of a given LIST |
![]() | format a LIST DOR of numerical values |
![]() | retrieve indexes from a LIST given the values to find in the LIST |
![]() | retrieve values from a LIST given locations or indexes within the LIST |
![]() | same as SCALAR MAP except each value of a LIST is mapped |
![]() | replace text within a string, repeated for each string in LIST. |
![]() | find the location of text within a string, repeated for each string in a LIST |
![]() | Text operation on a string (eg. converts to upper case), repeated for each string in LIST. |
![]() | extract part of a string based on start and end character positions, repeated for each string in LIST |
![]() | perform set operations such as intersection on a pair of LIST's |
![]() | produce a LIST containing the values of another LIST sorted alpha-numerically based on its own or yet another LIST's values |
![]() | split a text string into a LIST given a separator found in the text string |
![]() | reduce a LIST of elements into a set of unique elements. |
![]() | extract data from XML using XPath |