-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for non-strings in JsonReplacerBuilder
- Loading branch information
1 parent
1b2e396
commit acf5a8f
Showing
8 changed files
with
95 additions
and
27 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
8 changes: 4 additions & 4 deletions
8
data/test/validation/ValidationFileSampleTest_differentFileFormats.json
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,6 +1,6 @@ | ||
{ | ||
"MessageId" : "fb8ca74b-c7a3-4031-8250-bec29280e9ad", | ||
"TransactionId" : "7047158660679727112", | ||
"Name" : "Lorem ipsum", | ||
"Timestamp" : "2020-02-02T12:20:30" | ||
"Name" : "Lorem ipsum", | ||
"MessageId" : "fb8ca74b-c7a3-4031-8250-bec29280e9ad", | ||
"TransactionId" : 7047158660679727112, | ||
"Timestamp" : "2020-02-02T12:20:30" | ||
} |
8 changes: 4 additions & 4 deletions
8
data/test/validation/ValidationFileSampleTest_normalization_json.json
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,6 +1,6 @@ | ||
{ | ||
"MessageId" : "[masked]", | ||
"TransactionId" : "[transaction-id]", | ||
"Name" : "Lorem ipsum", | ||
"Timestamp" : "2020-02-02T[masked]" | ||
"Name" : "Lorem ipsum", | ||
"MessageId" : "[masked]", | ||
"TransactionId" : "[transaction-id]", | ||
"Timestamp" : "2020-02-02T[masked]" | ||
} |
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
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
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