embulk-input-mongodb icon indicating copy to clipboard operation
embulk-input-mongodb copied to clipboard

Issue decoding UUID

Open vitoravancini opened this issue 3 years ago • 0 comments

Hello,

I've been trying to use this source without success for UUID fields.

Managed to make it work by trying to decode binary as UUID before decoding as actually binary:

image

Not a mongo expert, but maybe there is a better way to actually identify the type as UUID and use the codec as codec from the codec registry.

Anyone had any similar issue?

Thankyou!

vitoravancini avatar May 25 '22 01:05 vitoravancini