Embed Data Into Workflow

Component to allow a user to save a data table into the workflow file for easier sharing.

This component will
%%000091. Take a data table as an input
%%000092. Create the relative-to-the-workflow directory knime://knime.workflow/data
%%000093. Write your data in KNIME table format into that directory with whatever name you configure in the component window (if not specified, will default to data.table)
%%000094. Final path: knime://knime.workflow/data/.table


This helps for both
%%000091. Portability of the workflow (so you can send data with the .knwf file)
%%000092. Isolation/relativity (the data will always be in this location for you to pull from)

Options

Includes sub folders
Mark this as TRUE if you want to provide a more complex path for the data to reside. This will create the full directory path and place the data inside%%00010%%00010Example: "data/table1" or "data/results/table1"
File Name (without file extension)
This will be the name the data is given once it is saved into the workflow. Will have ".table" appended to end. %%00010%%00010Does not allow any special characters (allows "/" if the subfolder is checked)%%00010%%00010Example: input of "data" will result in "data.table" being saved

Input Ports

Icon
Input data. The format will be saved as KNIME .table format

Output Ports

Icon
The path to the data stored (optional)

Nodes

Extensions

Links