Hi,
I'm trying to Extract data from PDF and store those data in Database. I gave 8 fields in the extraction. I'm able to see all my fields in the ai skill extraction but in the Database I didn't get EMPID, EMP type. Anyone please tell me the reason why I'm not getting those values in my Database. Thank you in advance.
Discussion posts and replies are publicly visible
Add a "Reconcile Doc Extraction" task in your process model to validate and finalize extracted data. Ensure your CDT includes EMPID and EMP type fields and that these are correctly mapped from extraction results. Complete the reconciliation step to finalize values. Verify the data flow and process model to make sure fields aren't lost before writing to the database.
Thank you for the suggestion. I added the Reconcile Doc Extraction task to my process model to validate and finalize the extracted data. I also ensured that the fields were properly mapped from the extraction results. Now, I’m able to save all fields correctly in my database.