embulk-input-mongodb
embulk-input-mongodb copied to clipboard
Issue decoding UUID
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:

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!