Goodmorning people! I have a very important questi...
# singer-targets
t
Goodmorning people! I have a very important question, I am using a custom tap, which outputs 2 different streams : "Contacts" and "Companies", it works well when using it with a target-jsonl, a Contacts.jsonl is made and a Companies.jsonl. The problem I am having is, when I try to make a pipeline from my custom tap to 'target-hubspot', I can't guide my 2 streams to the correct hubspot columns. How can I manage the column_mapping for my 2 different streams? Thanks in advance!
e
My guess is you'll probably need a second target-hubspot for one of the streams. What does your
meltano.yml
currently look like?