Component to allow a user to save a data table into the workflow file for easier sharing.
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 in KNIME table format into that directory with whatever name you configure in the component window (if not specified, will default to data.table)
4. Final path: knime://knime.workflow/data/<INPUT>.table
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)
- Type: TablePort 1Input data. The format will be saved as KNIME .table format