...
...
title | Script / Details |
---|
Step 1
You now need to load the spreadsheet that contains the data into your application.
...
- automatically configures the file collector properties to upload the file
- creates a stream ready to hold the data. Streams are like PhixFlow's internal spreadsheets.
Step 2
Script
If you look in the stream properties, you can see PhixFlow had named the file using the file collector name. It already has the list of attributes - the table columns - from the first tab in the spreadsheet.
Key concept
At this point the stream knows about the data, but does not contain any data. This is the time to check that stream properties and the data types and sizes are correct. You cannot make changes to the attributes once data is loaded.
...
Step 3
You can now load the data into the stream.
- In the model, hover our mouse pointer over the
BusinessData
stream and select Run Analysis. - In the confirmation window, click Yes to confirm.
- In the bottom left of the screen, PhixFlow shows some confirmation messages. Close these.
- We can now check that the data has loaded into the stream. In the model, hover your mouse pointer over the stream and select Stream Views then select Default View. This simply shows the data using a standard table view. You can see that the same data from the Excel spreadsheet is now loaded in the stream, with the additional columns we added to the Attributes.
Expand | ||
---|---|---|
| ||
Before you start any PhixFlow project, it is important to take time to understand your data.
Remember that you can:
You can represent your data and requirements in an Entity-Relationship Diagram (ERD); see Wikipedia. It can help you to understand the data entities, their attributes and relationships. An ERD shows you the data architecture. As well as clarifying the data you already have and what you need to calculate, an ERD can help you identify:
Within PhixFLow it is a good idea to be consistent, at a minimum within an application. You can use prefixes to distinguish CRUD or control data from static data. During the planning phase you can set up a naming policy. |