Note: | You can write to an RDBMS or ODBC (SQL, MySQL, PostgreSQL, or Oracle) datasets only. |

In the image above, the node Sorting is connected to the TemplateTable node. The result of Sorting will be written to TemplateTable.
From the Properties pane, select the configuration settings for the TemplateTable.
The table given below describes different fields present in the properties of TemplateFile.
Field | Description | Remark |
Task Name | It displays the name of the selected task. | You can click the text field to edit or modify the name of the task as required. |
Drop and Create | It allows you to determine whether to drop an existing table. | If selected, the existing table schema is dropped, and a new table schema is created. |
Select Dataset | It allows you to select the dataset in which you want to create the table. | You can select RDBMS or ODBC datasets that are available at the Workspace level. |
Table Name | It allows you to enter the name of the table you want to create. | If a table with the same name exists, then either data is added to it, or a new table is created. |
Select Strategy | It allows you to select the operation you want to perform on the table. | The available options are –
|
Select Key Columns | It allows you to select the primary key of the table. |
|
If you select Update or Delete option in step 9, select the primary key from the Select Key Columns drop-down.
Note: |
|
To run the TemplateTable node, click the ellipsis on the TemplateTable node, and then click Run.
After a successful run, a table with Table Name is created (or updated, based on the operation selected by you) in the dataset specified by Dataset Name.
| Notes: |
|