Difference between revisions of "Fusion Transformer"
Jump to navigation
Jump to search
(→Structure Transformation) |
|||
Line 41: | Line 41: | ||
=Structure Transformation= | =Structure Transformation= | ||
+ | From PDF Documentation: | ||
+ | The Structure Transformer can be run by executing the command: | ||
− | + | java -cp SdmxTransformer.jar com.metadatatechnology.fusion.dataparser.StructureParseMain | |
=Data Transformation= | =Data Transformation= |
Revision as of 05:25, 9 June 2021
Overview
The Fusion Transformer is a command line application providing transformations between SDMX, and GESMES/TS data files and structure files.
The following data file formats are supported:
• Generic 1.0
• Generic 2.0
• Generic 2.1
• GenericTimeSeries (input only)
• Compact 1.0
• Compact 2.0
• StructureSpecific 2.1
• StructureSpecificTimeSeries 2.1 (input only)
• Message Group 1.0 (containing Compact or Generic Datasets only)
• Message Group 2.0 (containing Compact or Generic Datasets only)
• GESMES/TS
The following structure file formats are supported:
• SDMX Structure Document 1.0
• SDMX Structure Document 2.0
• SDMX Structure Document 2.1
• SDMX Registry Interface Document 2.0
• GESMES/TS
Structure Transformation
From PDF Documentation:
The Structure Transformer can be run by executing the command:
java -cp SdmxTransformer.jar com.metadatatechnology.fusion.dataparser.StructureParseMain