We have some barriers in extracting data from XML, Our sequence contains HTTP request, deserialize XML and its result. But we only need to extract every “ObjectID” and “ProjectID” containing in that XML.
Let me know how can I extract all the contain data field from XML. Thanks for your help. PJC.txt (1.7 MB)
Hi All, thanks for your solutions, and is there any examples of we can export these extracted data into a datatable? I am testing of writing it to excel or to SQL database. thanks.