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

  • Enrich Person Function

    Function Name:Enrich PersonPurpose:The Enrich Person function will retrieve Person or Contact data from your data enrichment provider. The enrichment provider will typically require a specific attr...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Enrich Company Function

    Function Name:Enrich CompanyPurpose:The Enrich Company function will retrieve Company data from your data enrichment provider. The enrichment provider will typically require a specific attribute to...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • 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