Write Google Storage
kamil_dubrowsk
New Altair Community Member
It looks like the only option to write to Google Storage is with "Open File" operator but the only options there are either "file" local file from my disc then "URL" and "Repository Blob entry". Can someone explain to me how I can send my process output to Google Storage as when I use "Repository Blob entry" it does not allow me to select any tables saved with "Store" operator
0
Answers
-
Hi,you can create file objects to write by using the respective write operators. For example:
Write ExcelWrite CSVWrite DocumentThey all provide a 'purple' fil output port which you can connect with the fil port of Google Storage operator.Best,Martin1