Is it best practice to remove the trailing null by...
# best-practices
a
Is it best practice to remove the trailing null bytes
0x00
from a hex binary data element? This is happening _here_ in the
transferwise tap-mysql
and I’ve never seen this before. This causes downstream relationship issues for me - I’ve removed the
trim
piece locally and it appears that the data comes across fine, output as string. Am I missing something here? 🤔
I know this isn’t Meltano specific, maybe it belongs in a different channel 🤷‍♂️