DataLayer.Fixed File Format
The Fixed File Format datalayer enables retrieval of data from a text file in which the values are in a format specified by column widths. This topic discusses this datalayer.
- Attributes
- Work with DataLayer.Fixed File Format
DataLayer.Fixed File Format is not available in Logi Report.
Attributes
The DataLayer.Fixed File Format element has the following attributes:
Attribute | Description |
---|---|
Fixed Format File | (Required) The location and name of the fixed format file. The path should not contain
spaces, and can be a web server path, such as
C:\Data\records.txt or a URL,
such as |
ID | (Required through v10.1.46) The unique element name. |
Connection ID | Specifies a connection to a datasource that's defined in the _Settings definition. |
Maximum Rows | The maximum number of rows to retrieve from the file. |
Start Row | The row number at which to begin reading data. Default: 1. |
Work with DataLayer.Cached
The Fixed File Format datalayer enables retrieval of data from a text file in which the values occupy a certain number of characters and are not otherwise delimited.
The example above shows data of this type; the first "column" of data is eight characters wide, the second is two characters wide, and the last one is five characters wide. To use the datalayer, you must define the record layout using a Fixed Record Layout element and one or more Data Field elements.
In the example shown above, a DataLayer.Fixed Format File element has been added as a child element beneath a data table and its attributes set as shown. The Fixed Format File attribute will accept a value that's a literal web server file path, with an optional token (as shown above), or a fully-formed URL beginning with HTTP://.
Next, a Fixed Record Layout element has been added as a container for three Data Field elements. The Data Field elements are used to described each "column" of data in the text. Using the example data shown at the beginning of this section, the attributes for the first Data Field element has been set to be 8 characters long and its data type has been set to Date. The column name for this data in the datalayer will be the ID of the Data Field element: colDate.
The remaining Data Field elements are then configured to describe all of the data columns. If their Data Type attribute is left blank, the data will be treated as text.
You can add other child elements beneath DataLayer.Fixed File Format and/or its child datalayers to modify the data, including:
- Filtering: Sort, group, or restrict the data
- Extending: Add virtual columns to the datalayer that contain aggregated, calculated, or totaled data values
- Securing: Limit access to the data using Logi security
- Linking: Make the results reusable elsewhere in your report definitions
The use of many of these modifier elements is described in separate DevNet documents.
The usual data caching mechanism associated with datalayers, in memory and/or on the web server's file system, also applies to this datalayer. This is discussed in The Logi Server Engine and may be of interest to developers working with extremely large datasets or large numbers of concurrent users.
The data in the datalayer is available using @Datatokens, in the format @Data.ColumnName~. The spelling of the column name is case-sensitive. The data is only available within the scope of the parent element of the datalayer, not throughout the entire report definition. The DataLayer.Linked element can be used to make the data reusable in another datalayer outside this scope.
In Logi Info, the Auto Columns element can be used to quickly display in your report all the data in a datalayer.
The data retrieved into the datalayer can be viewed by turning on the
Debugging Link in your _settings definition (General element) and using
the resulting link at the bottom of your report page to view the Debugger Trace Report page. There will be clear indications when the cache is being built and when data from it is being used. A link on the Trace page will display the actual cached data.
Studio includes a wizard that will add elements for the columns in the datalayer to your definition. You can select the desired columns before the operation begins. With the datalayer's parent Data Table or similar element selected in the Definition Editor, click the wizard link, shown above, in the Element Toolbox.