-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Sink
-
None
-
(copied to CRM)
Users often send data via strings and require specialized processing to convert them into the expected Bson Types.
Some immediate use cases are:
- ObjectId hex strings -> ObjectIds
- Extended json strings -> Documents
- UUID binary values -> UUID's
- is related to
-
KAFKA-398 Source support UUID formatting to hex in simplified JSON formatter
- Needs Triage