I have an xml file like the below one, read the file using DataSet.ReadXML method, and returns dataset with tables with additional column Criteria_Id which is breaking the application. How can I determine a column has been automatically added? or How can I stop autogenerating such columns??
<ReportName><Criteria><ProfRegion><![CDATA['INR']]></ProfRegion><ProfDGOffice><![CDATA[All]]></ProfDGOffice><ProfDGOrgUnit><![CDATA[All]]></ProfDGOrgUnit><Approver_txt><![CDATA[All]]></Approver_txt><PA><![CDATA[All]]></PA><TimeStatus><![CDATA[All]]></TimeStatus><ProfCategory><![CDATA[All]]></ProfCategory><ProfType><![CDATA[All]]></ProfType><Exemptstatus><![CDATA[All]]></Exemptstatus><NationalPractice><![CDATA[All]]></NationalPractice><TimePrd><![CDATA[LW]]></TimePrd><StartDate><![CDATA[3/23/2020]]></StartDate><EndDate><![CDATA[3/29/2020]]></EndDate><WebServerReportPath><![CDATA[http://urlt/]]></WebServerReportPath><Prof_txt><![CDATA[All]]></Prof_txt><RequireFollowup><![CDATA[N]]></RequireFollowup><ShowMissingTime><![CDATA[N]]></ShowMissingTime><ProfStatus><![CDATA[All]]></ProfStatus><WebServerReportPath><![CDATA[http://rurl/]]></WebServerReportPath></Criteria></ReportName>