Extract the Data from Diff Pdf formet

Hii Team,
i Created a Process to extract the data from Diffrent Pdfs and save it with the Help of Document Understanding Process i got the output in Dataset i converted into table by using DataSet.table. my Question is how i will get the data from dataset.Table because i want to take the data or variable where data is store and save into a standard xml formet and send it. Please help me thanks

Hi @Yogeshwar_Singh ,

Check the Below Post for Conversion from Datatable to XML :

maybe you can elaborate more on the targeted standard.

Also, have a look at the following method. DatatableVar.WriteXML

Find starter help here:
DataTable_toXML_WriteXML.xaml (7.8 KB)