Forum Discussion
We’ve found a good workaround for this issue thanks to a recent MySQL Snap release that hasn’t even made it into the release notes yet.
The MySQL Bulk load snap allows you to define the working character encoding set, which successfully inserts UTF8 encoded strings into a table. So, it looks like Insert and Merge could use the same encoding flag change that Bulk Load supports, if possible.
- bojanvelevski4 years agoValued Contributor
Hey @nagh,
I believe you have a very similar, if not the same post from several days ago. I sent you a pipeline there that converts base64 to hex, is that what you need?
Link to post:
Base64 to hexadecimal
Related Content
- 4 years ago