Write Google Storage

kamil_dubrowsk
kamil_dubrowsk New Altair Community Member
edited November 5 in Community Q&A
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

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Hi,

    you can create file objects to write by using the respective write operators. For example:
    Write Excel
    Write CSV
    Write Document
    They all provide a 'purple' fil output port which you can connect with the fil port of Google Storage operator.

    Best,
    Martin