Skip to content

Merge/Join datasets from different branches #18

Answered by martin-krcmar
ntitovxperra asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. There isn't a built-in Merge connector that can achieve exactly what you're asking for, but a custom solution could be developed. There are other ways to accomplish this as well. You would need to process each row from the CSV file and check against HubSpot to see if the record exists. If it does, you can add it to the output CSV file.

The first branch creates an empty CSV file, then downloads 100 contacts from HubSpot, sending them one by one to the output port. The GetRow function checks for each row in the CSV file, and if it's found (using IsNotEmpty), it's added to the CSV file.

The second branch works the opposite way. It splits the CSV file and sends each row, one by one, to t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ntitovxperra
Comment options

@martin-krcmar
Comment options

Answer selected by martin-krcmar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants