Skip to content

Commit 3a7b86a

Browse files
author
Adam Soos
committed
WS-3224: supdate example
1 parent bd0a9a1 commit 3a7b86a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/record_similarity.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ def run(key, alt_url='https://api.rosette.com/rest/v1/'):
5050
"dob": "1993-04-16",
5151
"addr": "123 Roadlane Ave",
5252
"dob2": {
53-
"date": "1993/04/16"
53+
"date": "04161993",
54+
"format": "MMddyyyy"
5455
}
5556
},
5657
{
@@ -78,7 +79,8 @@ def run(key, alt_url='https://api.rosette.com/rest/v1/'):
7879
"date": "1993-04-16"
7980
},
8081
"addr": {
81-
"address": "123 Roadlane Ave"
82+
"houseNumber": "123",
83+
"road": "Roadlane Ave"
8284
},
8385
"dob2": {
8486
"date": "1993/04/16"

0 commit comments

Comments
 (0)