Skip to content

a tool to compare two json data and export to excel

License

Notifications You must be signed in to change notification settings

bran4he/JsonDiff

Repository files navigation

##Json Diff Tool

BACKGROUND

as Data Migration of policy in insurance industry, we need compare 01 json structure of policy in our core system, and 02 json structure of policy which extracted from legacy system, and help improve the efficiency of DM task.

HOW-TO-USE

  • compiler and package jar
cd JsonDiff
mvn clean package
  • execute
/*copy json_file01 and json_file02 to jar folder*/
java -jar jsonDiff.jar json_file01 json_file02
/* or save log to app.log*/
java -jar jsonDiff.jar json_file01 json_file02 > app.log

  • result

json_file01_vs_json_file02_currentmils.xlsx

SAMPLE

json_file01

json_file02

resut excel file

About

a tool to compare two json data and export to excel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages