Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 791 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 791 Bytes

##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