Working with bson in tibble

Hi,

What is a proper way of dealing with binary json column data from mysql database? I was not able to decode binary json collected from mysql database using json64::j_decode() => Error: is.raw(input) is not TRUE. Both class and typeof insist that the object type is a list. The column in viewer looks like this:
bson

Thanks.

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

1 Like

Hi, that is not gonna work. Dunno what the bson contains, so I can't post it freely. At the same time I don't understand its structure hence I am not able to recreate it as reprex. If I would be able to do that, I could as well solve the problem myself. Catch 22 sort of. I wanted to know whether anyone got bson from mysql in this exact format & what did they do with it to decode.
Thanks anyway.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.