OMrun Help
Version 4.x
Version 4.x
  • Introduction
    • Features
      • 📊Facts
      • 🔢Figures
    • System Requirements
    • Terms and Definitions
    • Release Notes
      • 📄Version 4.2
      • 📄Version 4.1
      • 📄Version 4.0
    • ❓Getting Help
  • Installation
    • ↘️Install OMrun
      • 📃OMrun Paths
      • 🔑License Key
    • ✔️Verify Setup
    • 🗑️Uninstall OMrun
  • Configuration
    • Data Adaptor
      • Data Queries
    • Program Adaptor
    • Dashboard Configuration
    • Customize own adapter
      • Own data adapter
      • Own program adapter
    • Configuration Files
      • PublishConfig.cfg
      • OMrunDataProvider.cfg
      • OMrunGuiProvider.cfg
      • OMrun.exe.config
    • Using Variables
      • OMrun Variables
      • Environment Variables
      • Parameter
  • Start OMrun
    • Start via Desktop
    • Start via Batch File
    • Start via Task Scheduler
  • Menu Functions
    • ▶️Button Execute
    • ⏹️Button Stop
    • 🎓Button License
    • ⚙️Button Configuration
    • 📥Button Export
    • ❓Button Help
    • 📌Button About
    • 🗂️Button Windows
    • ⏩Shortcuts and Functions
  • Element Overview
    • Navigation Tree
    • Business System
    • Component
    • Environment
    • Scenario
    • Test Data Object
      • Query
      • Body
      • Business Mapping
    • Test Program Object
      • Batch
      • CSV Converter
      • Data Staging
      • Housekeeping
      • Json Converter
      • Program
      • RTL Generator
      • XML Converter
      • XML Converter XL
    • Parameter List
  • Result Analysis
    • Color Codes
    • OMrun Test Results
    • Excel Result Reports
    • OMdashboard
Powered by GitBook
On this page
  • Abstract
  • Input
  • Output
  1. Element Overview
  2. Test Program Object

XML Converter XL

PreviousXML ConverterNextParameter List

Last updated 1 year ago

Abstract

Plug-in to convert XML files into flat files within OMrun.


Input

Execution parameters to invoke a conversion:

Field ´@param1´ (Input file) [mandatory]

  • Description: Source location incl. file name + extension

  • Syntax: <full path>\<file name>.xml

  • Example: @TestCases\OMrun\Mapping_Business_Rules\Rename_Result_Before_Convert\Results_Renamed_Amber.xml

  • Possible values:

    • <file name>.xml (a valid entry superseds any value of field Application)

    • * [or] <empty> (wildcard or no entry demands a valid entry of field Application)\

Field ´@param2´ (Output path) [mandatory]

  • Description: Target location of converted files

  • Syntax: <full path> (without ending backslash)

  • Example: @TestCases\OMrun\Mapping_Business_Rules\Convert_Result_Before_Verify\

Field ´@param3´ (Output file) [optional]

  • Description: Target file name + extension

  • Syntax: <file name>.<extension> (without backslash at beginning)

  • Example: Result_Ready2Verify_Amber.csv

  • Possible values:

    • <file name>.csv

    • csv (taking input file name and converting into csv)

    • * [or] <empty> (default = File name from @param1 and converted into csv)\

Field ´@param4´ (Header definition file) [optional]

  • Description: File (csv) with all headers generated from XML file

  • Syntax: <file name.csv>

  • Example: Filename_HeaderDefinition.csv

  • Possible values:

    • <header definition file name.csv> (= File will be converted with this header definition file)

    • * [or] <empty> (=No value converts each file with its own header file generated)


Output

The converted file contains 2 additional attributes in front of all other attributes:

  • FileName_0 (original file name of XML input file without extension)

  • Id_1 (record id of XML input file)

Output format of the CSV file will be ANSI by default. Different formats could be set in config file (admin rights needed): C:\Program Files\OMIS\OMrun\BuiltInTests\OMrunPlugIn_XmlConverter.exe.config

Encoding CSV Output Format It is possible to define the encoding for the csv file:

  • UTF8 [with BOM]

  • UTF8 without BOM (Default)

  • ANSI

  • UTF7

  • UTF32

  • ASCII

  • BigEndianUnicode

  • Unicode