Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Basic Settings
- _fromDate: the start date of the period of the stream being processed.
- _toDate: the end date of the period of the the stream being processed.
- _inputMultiplier: the value returned by the input multiplier, if one is being used.
If you have configured a restricted directory for the PhixFlow server, the file exporter creates the output directory there; see System Configuration > Restricted Directory.
Note |
---|
As this is an expression field, you must surround plain text paths with quotes. Directory separators must always be a forward slash /, for example |
- PhixFlow does not save the generated file to disk
- PhixFlow checks that you have completed the options in the Send By Email section.
Select an FTP site to which the generated file will be moved. For details about how to add sites to this list, see FTP Site. FTP directory paths must be the full path to the file because PhixFlow ignores the local machine's base directory specified in System Configuration.
If you do not select a site, PhixFlow assumes the output file will be saved on the local machine.
The base directory is set in System Configuration → System Directories → Output Directory.
Note |
---|
For improved security, your administrator can set a System Configuration → System Directories → Restricted Directory. If it is set, PhixFlow will only write files to the Restricted Directory or a sub-directory of it. Even if you tick Ignore base directory, all directories specified in the file exporter properties must be within the Restricted Directory. |
You can export files in the following formats:
Comma Separated Values: Data will be read from a single push pipe and written to CSV files.
Excel Spreadsheet: Data will be read from a single push pipe and written to Excel Spreadsheet files.
If the push pipe has a drill-down view with an Excel template specified, this will be used to export the data. Optionally, use the Excel Template field for this file exporter. Specify an Excel template, which will supersede any template specified on the push pipe drill-down view.
If you specify an Excel Template, each output file is generated by copying the Excel template file and overwriting the values in the first worksheet. In this case, the type of file generated is the same as that of the template.
If you do not specify an Excel Template, each output file is generated by creating a new, empty Excel file and writing values to the first and only worksheet. In this case, the file type is the extension generated by the File Name Expression field.
.xls
will generate a file in Microsoft Office 2003 Excel format.
.xlsx
or .xlsm
will generate a file in Microsoft Office 2007 Excel format.
Any other extension will generate a file in the format configured in System Configuration → Default Export Excel Version..
Excel Spreadsheet (Multiple Inputs): Data will be read from all input pipes and written to Excel spreadsheet files. At least one input pipe must be a push pipe.
The Excel Template Expression must evaluate to the name of an Excel template file. The Excel template must be annotated with instructions to the exporter to insert data from any of the input pipes into specific ranges of cells. See File Exporter Excel Multi-input.
HTML File: Data will be read from a single push pipe and written to HTML files.
If the push pipe has a drill-down view with an Excel template specified, this will be used to export the data. Optionally, use the Excel Template field for this file exporter. Specify an Excel template, which will supersede any template specified on the push pipe drill-down view.
If you specify an Excel Template, each output file is generated by copying the Excel template file and overwriting the values in the first worksheet. In this case, the type of file generated is the same as that of the template.
If you do not specify an Excel Template, each output file is generated by creating a new, empty Excel file and writing values to the first and only worksheet, then writing that worksheet out as HTML.
When PhixFlow generates the file, it uses the line separator configured in System Configuration → Advanced section → Line Separator Style. If this is not set, Phixflow uses the default for the operating system on which the PhixFlow server is running.
You may want to generate an export file that uses a different line separator, for example if PhixFlow runs on Linux, but the file will be sent to Windows users. To set a different line separator, select:
- Windows
- Unix
- Other - see Line Separator Chars, below
Available when Line Separator Style is Other. Enter either a single character or multiple characters to use as a new line separator. The characters may be the literal characters or a sequence from the table below. These sequences are useful if the required separator character is not valid to be stored in the database.
Sequence | Description |
---|---|
\t | tab |
\n | newline |
\r | carriage return |
\f | form feed |
\u + hexadecimal code | unicode character specified by the hexadecimal code |
Available when Export File As is one of following:
Excel Spreadsheet (Multiple Inputs): enter an expressionthat evaluates to an Excel template.Available when the Export File As is Excel Spreadsheet.
- either the Output Directory,
- or the PDF Target Path.
PhixFlow reports on the PDF conversion in the console's PDF Chore tab.
Note |
---|
PhixFlow needs access to LibreOffice to convert Excel files to PDFs; see Configuring PDF Conversion. |
Enter an expression that evaluates to a path where PhixFlow will save the PDF file.
generate the export file and then to evaluate any formula in the spreadsheet before saving the file. When a user opens the file in Excel, the calculations have already been done.Input Multiplier
- Log Input Multiplier Messages: when ticked, PhixFlow writes a message to the log every time the input multiplier value changes during an analysis run, whatever is set here.
The result of the expression must be:
- either a single plain text string that should be a valid email address
- or a list object that contains one or more strings, each of which must be a valid email address.