Description:
This node reads the input data table and writes it to a csv file on Amazon S3. Each row of the table is written as a line in the S3 file as defined in the configuration settings.
Node configuration:
S3 Writer tab:
Use configuration file – true/false, whether to read the node configuration from an external json file
File – configuration file name or URL. This could be a local path or file path on the server where KNIME will run in headless mode.
Bucket name – Amazon S3 bucket name
File name – Amazon S3 object/file name
Access key ID – Amazon key
Secret access key – Amazon secret
License tab:
License Server – license server URL
Licensed Site – domain URL on which the node is licensed and is running on
License Code – license code
Additional standard CSV Writer settings are found on:
Settings tab:
Write column header
Write row ID
Compress output file(gzip)
If file exists – Overwrite Append Abort
…
Advanced tab:
Quotes tab:
Comment Header tab:
Decimal Separator tab:
Node input:
table with one column – Row ID, and zero or more rows. Each row will be written as a line in the csv file and according to the configuration settings.
Node output:
none
-end-