User

Simran Mehndiratta

Member since
Total activity 68
Last activity
Following 0 users
Followed by 0 users
Votes 0
Subscriptions 0

Articles

Recent activity by Simran Mehndiratta

  • Lpad Function

    Function Name:LpadPurpose:The Lpad function pads the given input text with a specified string, to the left of the input text.Configuration:1. Enter a Display label for the node. This will be helpfu...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Lower Function

    Function Name:LowerPurpose:Modifies the input string by changing the all characters to lower case. This function is useful for normalizing text to lower case letters.The function should be connecte...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Length Function

    Function Name:LengthPurpose:The length function returns the length of a given String.Configuration:1. Enter a Display label for the node. This will be helpful with identifying the node when viewing...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Index of Function

    Function Name:Index ofPurpose:The Index of function searches for a string within the input value and returns the index of the first occurrence of the specified string. The output of this function w...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Extract Domain Function

    Function Name:Extract DomainPurpose:This function extracts the domain from an Email Address or Website URL. The function assumes you are passing an attribute value that is set to either an email or...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Extract Text Function

    Function Name:Extract TextPurpose:This function extracts a text value from a given input String/Text, by matching on provided search expression.By default the function returns the first match. If y...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Concatenate Function

    Function Name:ConcatenatePurpose:This function can be used to concatenate the values of two or more attributes. You have options to select the attributes from the Source entity, the Syncari entity ...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Capitalize Function

    Function Name:CapitalizePurpose:Capitalizes the first letter of the first word in a string. No other characters are changed.The function should be connected to a node that passes a text/string valu...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Camel Case Function

    Function Name:Camel Case Purpose:Capitalizes the first letter of every word in a string. No other characters are changed. Configuration:1. Enter a Display label for the node. This will be helpful w...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Round Function

    Function Name:RoundPurpose:The Round function returns the closest whole number to the input value. If the input is null, the function will return 0.Configuration:1. Enter a Display label for the no...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes