Skip to content

StephaneBraun/Oracle-Veridata-manage-OOS-JSON-Files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Oracle Veridata Converter Tool OOS JSON file into CSV

This tool converts all Veridata OOS Json files as CSV files, for insert, delete and update.

Running example :

java -jar VeridataOos.jar "C:\Oracle\Middleware\Oracle_Home\user_projects\domains\base_domain\veridata\reports\oosxml"

All result files are created directly in the directory containing the OSS data files

Naming : "Job Veridata" "Group Name" "Session Id" "Pair Name" Update.csv "Job Veridata" "Group Name" "Session Id" "Pair Name" Insert.csv "Job Veridata" "Group Name" "Session Id" "Pair Name" Delete.csv

V2 - Addition of an optional parameter, which allows to pass an output directory:

java -jar VeridataOos.jar "C:\Oracle\Middleware\Oracle_Home\user_projects\domains\base_domain\veridata\reports\oosxml" "c:\temp"

Include JSON file name into exported data.

About

Convert all OOS Veridata Json file into CSV files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published