PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

Before you start any PhixFlow project, it is important to take time to understand your data and what you need to do with it. 

For this example, a sales team is using an Excel spreadsheet to manage a list of customer businesses and associated contacts. You want to make it accessible and maintainable by more than one person. You also want to add some simple CRM functions, for example, to add descriptions about the business.

PhixFlow has many options that you can use to define the data, its properties and relationships. But if you already have data available you can quickly and easily load it into PhixFlow.

Error rendering macro 'multimedia' : com.atlassian.renderer.v2.macro.MacroException: Cannot find attachment 'Demo Build Step 2 Define and Load Data.mp4'

How to

 Step 1 Connect PhixFlow to the data source
  1. In the repository, add a new analysis model and set Basic Settings > Name to Businesses
  2. To open the model in the workspace, click the toolbar button Display.
  3. To load the Excel file, drag a  File Collector from the model toolbar into the model and set Basic Settings > Name: Business-File, then   Save the properties.
  4. In the model, hover your mouse pointer over the file collector. PhixFlow displays a pop-up toolbar. Click Upload File . Browse to the Excel file.
  5. In the upload window, click the   button. Your model should now look like this.
 Explore the possibilities
To make it really easy to load data from Excel files, PhixFlow automatically sets many of properties. You can see that there are many options that you can use to load different types of data from file.
 Step 2 Set the data properties

In the stream properties on the right, set:

  1. Basic Settings → Period to Transactional
  2. Tick Audit Manual Changes
  3. In the Attributes section, double-click Description and change its Type to Bigstring then click  OK.
  4. In the stream properties toolbar, click  Save then click on the
    _pin
     Pin
     to keep the stream properties
    open.


 Explore the possibilities

Look in the Attributes section. When you connect PhixFlow to the Excel spreadsheet, it automatically identifies the properties of the data columns (attributes) such as their type (string, numerical) and length. This also happens when you connect PhixFlow to data stored in databases. 

 Step 3 Import the data
  1. Hover over the BusinessData stream and select  Run Analysis, then click Yes to confirm.
  2. Close the confirmation messages.
  3. To check that the data has loaded into the stream, hover your mouse pointer over the stream and select  Stream Views then select  Default View. PhixFlow displays the data it has loaded into the stream.

  • No labels