Hello, Do you know if it is possible to export a dataset from a CSV file to a location other than the C or Z drive? My goal is to send a CSV file directly to a data warehouse on another cloud. Thank you for your response.
Hello Stefane,
an export can be done to every local drive. Blob storages are not supported.
Have you tried to export to an sFTP folder on z or get the data using an API, to geht your desired result?
Regards
Björn
Hi Björn,
I am currently exporting datasets to an SFT folder on Z. An external routine retrieves the file and integrates it into the data warehouse. There are therefore two steps. Previously, I used to do a “Bulk insert to SQL Table” directly into a data warehouse table, but there were regular interruptions due to performance issues. It wasn't reliable. I haven't tried using an API Board yet.
Stéfane