From the course: Low Code/No-Code Data Literacy with KNIME: From Basic to Advanced

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

Data export with KNIME: Write to a CSV file

Data export with KNIME: Write to a CSV file

(lively music) - In this video, you will learn how to save data to a CSV formatted file and how to write files directly to a remote file system. Note that we'll be using CSV files, but data export works pretty much the same for the many other file types such as Excel files, JSON files, and so on. Let's have a look. CSV means comma separated values, and it's the format that typically stores tabular data in plain text. The data entries are organized by rows, and the values are separated by the specified delimiter. Usually the delimiter is a comma, but it can also be a semicolon, tab, or some other special characters. Typically, the first row of the CSV file source the column headers. Let's see how to export the data table to a CSV file in analytics platform. You have performed some operations on your data and want to write the results on a CSV file. Add the CSV writer node to the workflow. In its configuration window, you have to define the output location of the file that you want to…

Contents