Create a new exporter
create_exporter(
project_id,
connector_id,
name,
description = "",
filepath = "",
file_write_mode = "timestamp",
database = "",
table = "",
database_write_mode = "append",
bucket = ""
)
id of the project, can be obtained with get_projects().
connector_id linked to the exporter.
exporter name.
description of the exporter.
exporter path (for SFTP & FTP connector).
writing type when exporting a file (for SFT & FTP connector, among \"timestamp\", \"safe\" or \"replace\")
exporter database (for SQL connector).
exporter table (for SQL connector).
writing type when exporting data within a database (for SQL connector, among \"append\" or \"replace\").
exporter bucket (for S3 connector).
list - parsed content of the exporter.