don_bosco_van_hoi
09/22/2023, 10:06 AMtap-csv . In my expectations i have different types of csv in my projects. For example one for order and one for customer , just to make it very simple. Now that there is exactly ONE extractor tap-csv, how can i make it configurable so that i for example load the order to mysql while i would like to send the customer to a email-target?
I would expect something like this meltano run tap-csv --file=order.csv target-mysql and meltano run tap-csv --file=customer.csv target-email . It seems like a very obivious requirement. So where is my error?mario_tan
09/22/2023, 2:20 PMtap-csv--order and tap-csv--customer) inheriting from tap-csvdon_bosco_van_hoi
09/25/2023, 8:09 AM