You can try using a “Convert encoding” module using the same input and output encoding, then you can use the output of this module in a subsequent module (like Parse CSV or JSON).
Alternatively, you can simply try using the toString built-in function in the mapped field, something like this: toString(data) – however this method doesn’t work in some cases where the encoding actually has to be converted.
It’s great to hear that you managed to get this up and running Thank you very much for stepping back here and sharing your final setup with the rest of the community. We 100% appreciate it