Data360 Analyze

 View Only
  • 1.  How to compare postal code via API

    Posted 03-05-2021 06:20

    We need to capture the postal code of the states of Brazil and compare it with the database address to update this address.

     

    Do you have any recommendations?



  • 2.  RE: How to compare postal code via API

    Employee
    Posted 03-16-2021 07:48

    The Transform node is the most common node used for dynamic or complex comparisons. You could also use the Merge node to compare two sets of input's, which will output matches and also each side's unique values. 

    For the update, I'd recommend the JDBC Execute node. The JDBC Execute leverages SQL to make specific inserts or updates. This node is related to the JDBC Query and JDBC Store nodes, which may also be used depending on the specific requirements.