Hello Community,
I’m trying to extract data from document, and I’m getting the below error from the IQ bot command which I have taken as the response;
7839f752-ac8d-487a-ae58-b27bae370f65
IQB_EXTRACT_FAILURE
500
Unexpected error occurred during uploading extraction result
com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `com.google.protobuf.Descriptors$EnumDescriptor` from String "DW_UPLOAD_SUCCESS": value not one of declared Enum instance names
at >Source: (String)"{
"id": "7839F752-AC8D-487A-AE58-B27BAE370F65",
"learningInstanceId": "DCCE2B52-DE6C-42CE-9AEA-134A01E8F2BD",
"status": "DW_UPLOAD_SUCCESS",
"createdOn": "2024-03-20T10:30:11.807844Z",
"updatedOn": "2024-03-20T10:30:11.807846Z",
"isHeuristicFeedbackEnabled": true
}"; line: 4, column: 13]
Native
So can anyone help me with what’s the exact issue here, as I have trained the document and I got validated and I got the Success file as CSV format also.