This component will
1. Take a data table as an input
2. Create the relative to the workflow directory knime://knime.workflow/data
3. Write your data as CSV format into that directory as data.csv
4. Final path: knime://knime.workflow/data/data.csv
This helps for both
1. Portability of the workflow (so you can send data with the .knwf file)
2. Isolation/relativity (the data will always be in this location for you to pull from)
NOTE: at the moment only supports one dataset. If you’re example requires multiple you’ll need to tweak this.
- Type: TablePort 1Input data. Data will be stored in .csv format.