Forum Discussion
Hi @SL12345,
In the sample expression that I was writing, I was working on the sample with input as a string. Below is the sample that I was using.
[
{
"content": "1;2566;28.3.2023;28.3.2023;10;10;15;11;1,2,3,4,5,6,7,8,9,10;Eur;Euro;USD\n2;2567;28.3.2023;28.3.2023;10;10;15;11;1,2,3,4,5,6,7;Eur;Euro;USD\n3;2566;28.3.2023;28.3.2023;10;10;15;11;1,2,3,4,5,6,7,8,9,10;Eur;Euro;USD"
}
]
For the expression to work, is expected the ‘content’ field on the input of the mapper with the CSV data inside as a string.
Regards,
Viktor N.