Downloading current map assets
You can download the most recent assets for a selected map, regardless of the state of the map.
Before you begin
These map assets are available, depending on the map state.
Tip: The particular version corresponding to the downloadable assets is displayed in the user
interface.
- MRS document
- The Map Requirements Specification (MRS) document provides details about an .MXL map, including its functions and its dependencies (for example, the code lists on which the map is dependent). This asset is available for every version of the .MXL map.
- Source map
- The original or updated map. A source map is a map that specifies how data in one format is
transformed into data in another format. This asset is available to be downloaded for a particular
version after a source map is uploaded. Important: When you download a source map without checking it out, treat the map as read-only. If you do not want others to edit the map, lock it or check it out.
- Compiled map
- When the source map is compiled it results in a compiled map, which is used by the translator to transform data. This asset is available to be downloaded for a particular version after a compiled map is uploaded.
- Input file
- The input file is the data that is transformed by the compiled map. This asset is available to be downloaded for a particular version after an input file is uploaded.
- Transformation test output file
- The transformation test output file contains the data that is transformed by the compiled map. This asset is available to be downloaded for a particular version after the transformation test or map test tool is run as part of the deployment to CTE.
- Transformation test report file
- The transformation test report file contains the errors and warnings that occur when the data is transformed by the compiled map. This asset is available to be downloaded for a particular version after the transformation test is run as part of the deployment to CTE, if errors or warnings occurred during the test. This asset is also available to be downloaded after you run the map test tool, if errors or warning occurred during the test.
- Quality review report
- The quality review report is a summary of the validation that was done on the map. This asset is available to be downloaded for a particular CTE map version after the transformation test is run as part of the deployment to CTE. This asset is also available to be downloaded after the map test tool is run. The quality review report is downloaded as a comma-separated values (CSV) file named <MapName>_QualityReview_<MapVersion>.csv.
- Process data values input template
- A template that is generated for the process data for the selected map version. The template is downloaded as a text file named <MapName>_ProcessDataTemplate_<MapVersion>.txt, and contains name-value pairs in which the values are blank. You can edit the process data values input template (external to Configuration Hub) to create a process data values input file that is used when the transformation test or map test tool runs. This asset is available to be downloaded for every map that uses process data.
- Process data values input file
- The process data values input file for the selected map version. The process data values input file is created when you edit the process data values input template (external to Configuration Hub) to create a file that is used when the transformation test or map test tool runs. The process data values input file is downloaded as a text file with the naming convention <MapName>_ProcessData_<MapVersion>.txt. You can edit the process data values input file (external to Configuration Hub) to update it. The process data values input file is used when the transformation test or map test tool runs. This asset is available to be downloaded for every map that uses process data for which a process data values input file was uploaded.
- Process data output file
- The process data output file for a selected version. The process data output file is created when the transformation test or map test tool is run for a map.