Hi, my use-case is to download a report (web page ...
# plugins-general
m
Hi, my use-case is to download a report (web page request using http header for auth returning a CSV) from Adyen. I do not want to use the (seemingly) stale Adyen tap. I found https://hub.meltano.com/extractors/tap-csv, which seems able to handle the CSV loading part. However: ā€¢ How do I load the CSV from web page? ā—¦ Do I need to cURL (or equivalent) externally from Meltano first? Appreciate your support šŸ™‚ Thanks in advance!