Simran Mehndiratta
Activity overview
Latest activity by Simran Mehndiratta
-
Simran Mehndiratta created an article,
Minimum Value Function
Function Name:Minimum ValuePurpose:Returns the minimum of all inputs. Use this function when you need to determine the smallest value among two or more inputs before using it elsewhere in the pipel...
- Simran Mehndiratta
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Simran Mehndiratta created an article,
Stop Function
Function Name:StopPurpose:Terminates the current execution path. Records will not continue processing through this path. Use this to conditionally halt pipeline execution based on business logic.Co...
- Simran Mehndiratta
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Simran Mehndiratta created an article,
Attach Record Function
Function Name:Attach RecordPurpose:This function is used to attach incoming records from your Source Synapse to an existing Syncari record according to your criteria. Before configuring this functi...
- Simran Mehndiratta
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Simran Mehndiratta created an article,
Convert To JSON String Function
Function Name:Convert To JSON StringPurpose:This function converts the input value into a JSON StringConfiguration:1. Enter a Display label for the node. This will be helpful with identifying the n...
- Simran Mehndiratta
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Simran Mehndiratta created an article,
Parse JSON To Object Function
Function Name:Parse JSON To ObjectPurpose:Assuming the input string is a valid JSON, this function converts the string to a an object containing key/value pairs.Configuration:1. Enter a Display lab...
- Simran Mehndiratta
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Simran Mehndiratta created an article,
Parse JSON To List Function
Function Name:Parse JSON To ListPurpose:Assuming the input string is a valid JSON, this function converts the string to a list of records that can be looped upon.Configuration:1. Enter a Display la...
- Simran Mehndiratta
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Simran Mehndiratta created an article,
Remove Duplicates Function
Function Name:Remove DuplicatesPurpose:Remove Duplicates function is used to remove duplicate elements in a given list. It retains the order of the original list.Configuration:1. Enter a Display la...
- Simran Mehndiratta
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Simran Mehndiratta created an article,
Sort Function
Function Name:SortPurpose:Sort can be used to sort elements of a given list in ascending order. It is based on the underlying core Java java.lang.Comparable interface.The function should be connect...
- Simran Mehndiratta
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Simran Mehndiratta created an article,
Reverse List Function
Function Name:Reverse ListPurpose:The Reverse Function reverses the order of the elements in a given list.The function should be connected to a node that passes in a List/Array of valuesConfigurati...
- Simran Mehndiratta
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Simran Mehndiratta created an article,
Last Function
Function Name:LastPurpose:The Last Function returns the last element of the input list.The function should be connected to a node that passes in a List/Array of values. Configuration:1. Enter a Dis...
- Simran Mehndiratta
- Updated
- 0 followers
- 0 comments
- 0 votes