Hi there,
I try to handle an amazon report. It is called
GET_LEDGER_SUMMARY_VIEW_DATA
To realize this, I copied an already existing scenario with another report, changing just the report to retrieve.
But now I run into trouble, because I can’t get the original file from the binary code the module downlaods. I thought to use the same settings as in the other scenario, but unfortunately this doesn’t work. I guess the report fetched fromm amazon might be very different, from technical aspects, but since I can’t see any usable result I am not able to progress.
This is what I get:
but the previous module seems to get the file correctly, since the result looks fine:
However, when I use the same setting, I use with the other scenario which is parse csv with the data-result inside a tostring() function like this
I get the code rubbish showed above. I tried various things however there is no effort.
How can I handle this?
Thx