User

Simran Mehndiratta

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

Articles

Recent activity by Simran Mehndiratta

  • URL Encode Function

    Function Name:URL EncodePurpose:The URL Encode function encodes characters in a URL string. Example:Input value,https://www.syncari.com/?parameter=one&twoEncoded value,https://www.syncari.com/?para...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • UUID Function

    Function Name:UUIDPurpose:This function generates a randomly generated UUID.  The UUID is generated using a cryptographically strong pseudo random number generator.Example:16b4f875-6a31-4c17-b37e-9...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Encrypt Function

    Function Name:EncryptPurpose:The Encrypt Function encrypts a given input text using a key that is specified in the configuration.Configuration:1. Enter a Display Name. This will be helpful with ide...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Encode Function

    Function Name:EncodePurpose:The Encode function encodes the input text using the Base64 encoding scheme. It first encodes all input bytes into a base64 encoded byte array and then constructs a new ...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Decrypt Function

    Function Name:DecryptPurpose:Decrypts the given input text using the key provided. Make sure to use the key that was used to encrypt the text. The function should be connected to a node that passes...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Decode Function

    Function Name:DecodePurpose:The Decode Function decodes a value that was encoded using the Base64 encoding scheme.The function should be connected to a node that provides a Base64 encoded text/stri...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • To Date Function

    Function Name:To Date Purpose:This function helps convert a date formatted as text into a Java ZonedDateTime type.Configuration:1. Enter a Display label for the node. This will be helpful with iden...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Date Difference Function

    Function Name:Date DifferencePurpose:In attribute and entity pipelines, we compare information stored in Syncari with the information received from another system. Frequently, one of the actions is...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Subtract from Date Function

    Function Name:Subtract from DatePurpose:This function subtracts from a date/time value. You can use this function to subtract seconds, minutes, hours, days, months or years from a date/time value. ...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Now Function

    Function Name:NowPurpose:This function returns the current date time in this format, 2021-01-05T01:19:06.158148Z[Etc/UTC]The function does not utilize the input value it will output the current dat...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes