Normalization Data Import
Run this utility to import data that can be used with the normalization options on the Frequency Report and the Chart Report. See Normalized Reporting Overview for full details on how to use that feature.
To access the Normalization Data Import Utility:
From the Application Function Bar, select Utilities > Configuration Utilities > Normalization Data Import.
Utility Options
The following options are available for this utility.
Field | Description |
---|---|
Method | Determines whether the data file contains data for a single time period or many time periods.
|
Normalization Set | Select the name of an existing normalization set. |
Time Frame | This field defaults to the time frame defined on the selected Normalization Set. |
Time Period | If you have selected the "Import This" option for the method, select the time period for which you are importing data. This value is ignored if you have selected the "Import Many" option. (For information on entering time periods, see Time Frames and Dates on Reports and Utilities.) |
Delete Current Data First | Select this option to have the current information in the normalization set deleted prior to importing the new information. If left cleared, the new information will be added to the existing information. |
Data File | Enter the full path and file name of the import data file. Or, click the Upload button to upload a file from your computer. To upload a file:
|
Import File has Time Periods | This is only applicable if the Import Many option is selected. Select this option if the data file contains time periods rather than actual dates. |
File Formats
The import files must be in following formats.
Each file must be an ASCII text file, with one value set on each line.
Each column is separated by a tab character (ASCII 9).
File With Dates
Column 1 - Date: Should either be a Time Period ID, or an actual date value (must be in a format that is machine-readable). If actual dates are used, the system will convert the value into the appropriate time period.
Column 2 - Code: Should correspond to a value in the category specified in the Normalization Data Set, and at the appropriate level within the hierarchy.
Column 3 - Value: An integer value.
File Without Dates
Column 1 - Code: Should correspond to a value in the category specified in the Normalization Data Set, and at the appropriate level within the hierarchy.
Column 2 - Value: An integer value.
The file will be processed one row at a time. Any rows that cannot be processed (blank rows, or rows with invalid data) will be skipped, and exceptions will be written to the log file.