Is it possible to generate the table values (not keys) dynamically in a transform?
For example:
{
"attributes": {
"table": {
"512": "Austin",
"281": "Houston",
"214": "Dallas",
"210": {
"type": "substring",
"attributes": {
"input": {
"type": "accountAttribute",
"attributes": {
"attributeName": "first_name",
"sourceName": "Example CSV Source"
}
},
"begin": 0,
"end": 1
},
"default": "Unknown Area"
}
},
"type": "lookup",
"name": "Lookup Transform"
}