Describe the issue/error/question
Hello, I have a problem with the Move Binary Data node, I need the data to look like this in this image
and right now she’s like this.
I need to access various data and the way you are giving me the json I can only do “0.analyst_name” and it needs to be just “analyst_name”.
Anyone who can help me would be grateful.
json in the file:
[
{
"analyst_name": "Test",
"analyst_email": {
"email_send": "[email protected]"
}
},
{
"analyst_name": "Test 1",
"analyst_email": {
"email_send": "[email protected]"
}
}
]