I have a json which i am getting through http caller.
This json contains data as well as schema details.
The schema details are like this
Column Name, ColumnIdentifier
and Data is like this {ColoumnIdentifier : Value}]
Now i want to create new attributes based on schema details.
I have looked into python caller but i think you cannot create new attributes.
is there any transformer by which i can create new attributes using my json as an input?
or a python function to create new attributes