Skip to main content

Smartsheet_Read

Node

Node Description

Reads Smartsheet sheet into Ganymede

Notes

Prior to usage, the following secrets must be configured in your Ganymede environment:

  • smartsheet_access_token: Smartsheet Access Token

Secrets can be configured by clicking on your username in the upper-right hand of the Ganymede application, then selecting Environment Settings and navigating to the Secrets tab. If you need assistance, please don't hesitate to reach out to Ganymede.

Documentation for the Smartsheet API can be found here.

User-Defined Python

Process Smartsheet table

Parameters

  • smartsheet_csv : StringIO
    • File-like CSV object containing contents of Smartsheet sheet

Returns

NodeReturn Object containing data to store in data lake and/or file storage.

Notes

See Smartsheet API documentation for more details on API usage.