Skip to content

Instantly share code, notes, and snippets.

@lordlinus
Created June 25, 2020 17:00
Show Gist options
  • Save lordlinus/aab03b55364a28ff93464b6537321722 to your computer and use it in GitHub Desktop.
Save lordlinus/aab03b55364a28ff93464b6537321722 to your computer and use it in GitHub Desktop.
{
"attrFields": {
"attribute_1": "International aid/development worker",
"attribute_2": 3762,
"attribute_3": "B-",
"attribute_4": "Scott-Mendoza",
"attribute_5": "M",
"attribute_6": "2007-01-09",
"attribute_7": 8.302579812
},
"token": "0x6af91012208543d"
}
to
{
"token" : "0x6af91012208543d",
"attribute_1" : "International aid/development worker",
"attribute_2" : 3762,
"attribute_3" : "B-",
"attribute_4" : "Scott-Mendoza",
"attribute_5" : "M",
"attribute_6" : "2007-01-09",
"attribute_7" : 8.302579812
}
using
[
{
"operation": "shift",
"spec": {
"token": "token",
"attrFields": {
"*": "&"
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment