PhixFlow Help

2 Reading data from files into PhixFlow

By the end of this chapter you will be able to:

  • Create file collectors and streams to read data from files into PhixFlow
  • Run analysis on Streams
  • View stream data

Create a new File Collector

A file containing details of customer addresses can be found in the input files, at:
…\inputData\AddressCheck\custAddrFiles\input\custAddr_20090322_1.txt
Open this file and have a look at the data in it.
Notice, in particular, that there is a header line in the file with the column names of the data in the file.
Add a new file collector to your model to read this file into PhixFlow:

  • Drag  - Add a new File Collector onto the modelling pane
  • In the new file collector form that pops up, enter the Name: Customer Addresses
  • Press OK
  • You will now see the new File Collector on the modelling pane

    Press the button Save the model layout to make sure that the new file collector will be shown when you re-open this model. Remember to save the model layout every time you add a new modelling component.

    Set up File Collector and Stream

  • Hover over your new file collector, and press
  • In the file explorer, go to: …\inputData\AddressCheck\custAddrFiles\input
  • Select the file custAddr_20090322_1.txt and press Open
  • In the Upload Managed File form, press Upload
  • You will see a stream appear on your model – PhixFlow has automatically configured the file collector and the stream to load the file into PhixFlow.

Pause file data

In this course you will build up a model by adding components and running them. In PhixFlow, running a component causes each of its inputs to also run. This is so that you only need to run the final component in a model and it will, in turn, run everything you need to populate it, all the way back to the raw inputs to PhixFlow (via file collectors and database collectors).
In this case, once you have loaded the file, you will "pause" the file data so that you do not need to reload the file from your computer every time you run the model.
We will cover pausing components in PhixFlow in more detail in the Modelling Concepts course.
To pause the data loaded from the file:

  • Hover over the stream (the icon  on your model) CustomerAddresses
  • In the hover menu press

Run Analysis on Stream

You will now run analysis on your new stream. Analysis is the process that does all PhixFlow's data processing.
To run analysis:

  • Hover over the stream – a hover menu appears
  • Select the  - Run Analysis - this will run the stream, and read in data from the file of customer addresses via the file collector
  • You will get a confirmation message when this has completed - we will look at the console later

View Stream data

To view the data you just loaded:

  • Hover over the stream, and in the hover menu press  - Show the list of Stream Views
  • In the drop down list, select Default View

Please let us know if we could improve this page feedback@phixflow.com