subsurfaceCollabor8DPR20Format

command
v0.0.0-...-0bfa77c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

README

subsurfaceCollabor8DPR20Format

The following client can process a set of DPR 20 xml files over to e.g. an excel spreadsheet

Supported configuration parameters
  • XML_FOLDER -> Path to the folder containing xml files to process
  • OUTPUT_FILE -> Path and name of the output file
  • LOG_FILE -> Path and name of the log file
  • MOVE_FOLDER -> If specified after successful processing of files in the specified XML_FOLDER, the input files that has been processed will be moved to this folder
  • OUTPUT_FORMAT -> Format to be used to the processing result either excel (default), csv or json, meaning that if excel is use the program will create an excel file with data as the path specified by the output_file option
  • APPEND_TIME2FILENAME -> if set, a timestamp will be added to the output filename
Example processing a set of DPR 2.0 xml files
To write data to an excel file:

subsurfaceCollabor8DPR20Format.exe -XML_FOLDER="C:\Temp\DPR20_FILES" -OUTPUT_FILE="C:\Temp\DPR20_RESULTS.xlsx" -LOG_FILE="C:\Temp\Result_log.txt" -OUTPUT_FORMAT="excel"

To write data to a json file

subsurfaceCollabor8DPR20Format.exe -XML_FOLDER="C:\Temp\DPR20_FILES" -OUTPUT_FILE="C:\Temp\DPR20_RESULTS.json" -LOG_FILE="C:\Temp\Result_log.txt" -OUTPUT_FORMAT="json"

To write data to a csv file

subsurfaceCollabor8DPR20Format.exe -XML_FOLDER="C:\Temp\DPR20_FILES" -OUTPUT_FILE="C:\Temp\DPR20_RESULTS.csv" -LOG_FILE="C:\Temp\Result_log.txt" -OUTPUT_FORMAT="csv"

Documentation

Overview

* @Author: magsv * @Date: 2019-02-25 08:35:09 * @Last Modified by: magsv * @Last Modified time: 2019-02-27 08:00:41

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL