By the end of this chapter page you will be able to:
Table of Contents
...
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:
- In your model, hover your mouse pointer over the stream icon for
CustomerAddresses
. - In the pop-up toolbar, click
.Insert excerpt _static _static nopanel true
Run analysis on the stream
You will now run analysis on your new stream. Analysis is the process that does all PhixFlow's data processing.
To run analysis:
- In your model, hover your mouse pointer over the stream icon .
- In the pop-up toolbar, select the
. PhixFlow runs the model, reading in data from the file of customer addresses via the file collector.Insert excerpt _run_analysis _run_analysis nopanel true - You will get a confirmation message when this has completed. We will look at messages in the console later.
View stream data
To view the data you just loaded:
- In your model, hover your mouse pointer over the stream icon .
- In the pop-up toolbar, click
.Insert excerpt _stream_views _stream_views nopanel true - In the drop-down list, select
.Insert excerpt _view_default _view_default nopanel true