Documentation
Examples
Manually create source data
Create 3 new columns: SKU, Store and Price.
In order to add these columns:
- Click the
Add Columnbutton to add a new column. Click three times to add three new columns. - Renamae the columns and set their data types as follows:
| Name | Data Type |
|---|---|
| SKU | String |
| Store | String |
| Price | Double |
- Click the
User Inputbutton to manually add data to the newly created columns. - Add test data here.
The node is now ready to be connected to another node.