we are working on migration from marklogic to cassandra, using dsbulk tool receiving UDT map field error that failed for raw value, we ran with option allowing missing fields and extra fields, not sure it is problem with tool , Note: Same record we are able to insert directly in cql command, but in bulk tool its failing, please let us know if any one have idea how to map UDT, below is the record we r trying
"checklist":[{"dynamic_questionnaire_answers":[{"QuestionnaireAnswer":{"question_id":"1", "question_text":"Testing one scenario for questionnaire. *", "gui_control":"radio", "options":["Yes", "No"], "answer_max":1, "answer_min":1}}]}],