Bots From Extension: sharepoint
Microsoft Sharepoint - Upload datasets to Microsoft Sharepoint
This extension provides 1 bot.
Bot @sharepoint:upload-file
Bot Position In Pipeline: Sink
Upload dataframe to SharePoint
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
file_name | Text | Name of the file | |
overwrite | Text | True | Whether to overwrite the existing file. |
format | Text | csv | File format. Valid values are 'csv', 'xlsx', 'json' |
dataset_name | Text | Name of the dataset where we save the results. |