Deploy Data: Export Data Files from KNIME
This workflow demonstrates how data can be exported from a KNIME workflow to various file types (e.g., .csv, .table (KNIME's native format), Google Sheet.) and file systems (e.g., local system, workflow data area, remote file systems like Google Cloud).
In this example, we export data to:
A .csv file saved in your local system. Note that this option requires you to specify the file path in the CSV Writer node to make it work on your local system.
A .table file (KNIME's native file type) saved in the workflow data area using relative paths.
A Google Sheet. Note that this option requires you to authenticate to your Google account.