ishanra

Untitled

May 12th, 2021
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.80 KB | None | 0 0
  1. [
  2.     {
  3.         "beneficiary": "1",
  4.         "reasons": [
  5.             "city ->  Input: Kolkata | Match: Kolkata | Type: match_fuzzy ",
  6.             "first_name.metaphone ->  Input: hello | Match: hello | Type: match ",
  7.             "first_name.nysiis ->  Input: hello | Match: hello | Type: match ",
  8.             "first_name.soundex ->  Input: hello | Match: hello | Type: match ",
  9.             "first_name ->  Input: hello | Match: hello | Type: match_fuzzy ",
  10.             "last_name.metaphone ->  Input: world | Match: world | Type: match ",
  11.             "last_name.nysiis ->  Input: world | Match: world | Type: match ",
  12.             "last_name.soundex ->  Input: world | Match: world | Type: match ",
  13.             "last_name ->  Input: world | Match: world | Type: match_fuzzy ",
  14.             "phone ->  Input: 07722015 | Match: 07722015 | Type: match_fuzzy ",
  15.             "state ->  Input: Odisha | Match: Odisha | Type: term "
  16.         ]
  17.     },
  18.     {
  19.         "beneficiary": "2",
  20.         "reasons": [
  21.             "city ->  Input: Kolkata | Match: Kolkata | Type: match_fuzzy ",
  22.             "first_name.metaphone ->  Input: hello | Match: hello | Type: match ",
  23.             "first_name.nysiis ->  Input: hello | Match: hello | Type: match ",
  24.             "first_name.soundex ->  Input: hello | Match: hello | Type: match ",
  25.             "first_name ->  Input: hello | Match: hello | Type: match_fuzzy ",
  26.             "last_name.metaphone ->  Input: world | Match: world | Type: match ",
  27.             "last_name.nysiis ->  Input: world | Match: world | Type: match ",
  28.             "last_name.soundex ->  Input: world | Match: world | Type: match ",
  29.             "last_name ->  Input: world | Match: world | Type: match_fuzzy ",
  30.             "phone ->  Input: 07722015 | Match: 07722015 | Type: match_fuzzy ",
  31.             "state ->  Input: Odisha | Match: Odisha | Type: term "
  32.         ]
  33.     },
  34.     {
  35.         "beneficiary": "3",
  36.         "reasons": [
  37.             "city ->  Input: Kolkata | Match: Kolkata | Type: match_fuzzy ",
  38.             "first_name.metaphone ->  Input: hello | Match: hello | Type: match ",
  39.             "first_name.nysiis ->  Input: hello | Match: hello | Type: match ",
  40.             "first_name.soundex ->  Input: hello | Match: hello | Type: match ",
  41.             "first_name ->  Input: hello | Match: hello | Type: match_fuzzy ",
  42.             "last_name.metaphone ->  Input: world | Match: world | Type: match ",
  43.             "last_name.nysiis ->  Input: world | Match: world | Type: match ",
  44.             "last_name.soundex ->  Input: world | Match: world | Type: match ",
  45.             "last_name ->  Input: world | Match: world | Type: match_fuzzy ",
  46.             "phone ->  Input: 07722015 | Match: 07722015 | Type: match_fuzzy ",
  47.             "state ->  Input: Odisha | Match: Odisha | Type: term "
  48.         ]
  49.     }
  50. ]
Advertisement
Add Comment
Please, Sign In to add comment