...
- Double-click on the new file exporter icon on your model view
- Tick the flag Enabled
In the field File Name (Expr) enter the value:
Code Block "customerSummaryByRegion.txt"
In the field Output Directory (Expr) enter:
Code Block "customerReports/customerSummaryByRegion"
- Tick the flag Overwrite existing file
- Tick the flag Header
- Go to the Send By Email section, and set the following:
- Email from:
system@PhixFlow.com
- Subject Expression:
"Export of customerSummaryByRegion.txt at " + now()
- Message Expression:
"Please find file customerSummaryByRegion.txt attached. Generated at " + now()
- Attach File: tick
- Email from:
- Go to the User Recipients section Press Show the list of Usersand click
.Insert excerpt _add _add nopanel true - In the New User Notification Rule. properties that opens, set:
- Email As: To then click
.Insert excerpt _save _save nopanel true - In the Users section, click
to open a list of users.Insert excerpt _user _user nopanel true - Drag the user Train (the user you are currently logged in as) into the list of recipients.
- Save and close the notification rule. PhixFlow adds the user to the list of User Recipients.
- Email As: To then click
In the file exporter configuration form,
press Note that theclick
.Insert excerpt _finish _finish nopanel true
– this meansNote The pipe to the file exporter is dotted
(otherwiseto indicate that it is a Push pipe. When linking a stream to a file exporter you must always use a push pipe. This is because you cannot run a file exporter on its own; it must always be driven from a stream
). Otherwise, it has no data to process
- Run analysis on the stream
Customer Summary by Region
- Check the log messages generated in the console – in particular scroll to the end; you should see messages telling you that a file has been exported
- Now find your file - you should have received an email with the file attached
- The file has also been exported to the PhixFlow server