Saves current (sub-)table to an Organization. The filename passed to this function may use date format placeholders (e.g. %Y-%m-%d
) as well as the placeholders {datastream_slug}
and {file_hash}
which are replaced with the Datastream’s slug and the canonical part of the processed filename.
Example

I Ain't Afraid of No Code!
[
[
"dump",
{
"stack_name": "My_Organization",
"subtable": "Data_Dump",
"filename": "{datastream_slug}_aggregate_data.csv",
"fileformat": "csv",
"tags": [
"tag_1"
],
"_comment": null
}
]
]
param str subtable: Name a subtable in which output will be stored (will create subtable where necessary).
param str fileformat: File format, possible values are csv,json,xls,xlsx.
param str stack_name: Organization name. Defaults to current Organization.
param str filename: Filename, including file extension.
param list tags: List of tags which are set for dumped extract.
param str comment: A comment that will appear in the Transformation UI.
Comments
0 comments
Article is closed for comments.