create_exporter | R Documentation |
Create a new exporter
create_exporter( project_id, connector_id, name, description = "", filepath = "", file_write_mode = "timestamp", database = "", table = "", database_write_mode = "append", bucket = "" )
project_id |
id of the project, can be obtained with get_projects(). |
connector_id |
connector_id linked to the exporter. |
name |
exporter name. |
description |
description of the exporter. |
filepath |
exporter path (for SFTP & FTP connector). |
file_write_mode |
writing type when exporting a file (for SFT & FTP connector, among \"timestamp\", \"safe\" or \"replace\") |
database |
exporter database (for SQL connector). |
table |
exporter table (for SQL connector). |
database_write_mode |
writing type when exporting data within a database (for SQL connector, among \"append\" or \"replace\"). |
bucket |
exporter bucket (for S3 connector). |
list - parsed content of the exporter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.