...
Create a new datasource
Info |
---|
This step is not currently possible due to password security issues. Jump below to available within the training instance since database passwords cannot be shared here. However, read the steps to understand the process. Then jump below to continue from "Create a database collector from the datasource schema browser", and use . Use the datasource "CenterView" by dragging it from the repository onto the model. |
...
Create a database collector from the datasource schema browser
In your model, hover your mouse pointer over the
icon. In the pop-up toolbar, clickInsert excerpt _datasource _datasource nopanel true Insert excerpt _tables _tables nopanel true Info If you cannot see the table required it might be on another page. You can filter on the table name header, or use the paging bar to increase the page size or select the next page.
- In the list of tables that PhixFlow opens, scroll down to the
SOURCE_CUSTOMER_PHONE_NUMBERS
table name.- To have a look at the data in this table, double-click its name.
- You can see there are columns for ##CUSTOMER_REF and ##PHONE_NUMBER.
- Close this data form
- Right-click
SOURCE_CUSTOMER_PHONE_NUMBERS
and in the pop-up menu, select Create a Collector. PhixFlow adds a new database collector to your model, which reads data from the table SOURCE_CUSTOMER_PHONE_NUMBERS. - Double-click on the new database collector to open its settings.
- In the Basic Settings section → Statement Expression field, you can see that PhixFlow has added a database query.
- Close the database collector settings.
- In the model, click
.Insert excerpt _save _save nopanel true
...