-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#405 Fix the root level redefine issue
- Loading branch information
Showing
3 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"RECORD_A":{"NAME":{"SHORT_NAME":{"NAME_CHAR_1":"F","SHORT_NAME_REST":"IRST NAME"},"REST":"LAST NAME"},"ACCOUNT_NO":{"FIRST_6":123456,"ACCOUNT_MIDDLE":0,"LAST_4":1234}},"RECORD_B":{"NAME":""}} | ||
{"RECORD_A":{"NAME":{"SHORT_NAME":{"NAME_CHAR_1":"F","SHORT_NAME_REST":"IRST NAME"},"REST":"LAST NAME"},"ACCOUNT_NO":{"FIRST_6":123456,"ACCOUNT_MIDDLE":0,"LAST_4":1234}},"RECORD_B":{"NAME":"FIRST NAME LAST NAME","ACCOUNT_NO":1234560000001234}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters