I export data form XML with results:
cu302
cu1701
cd1701
cc432
I wana show resuilts:
,cu302,cu1701
Is there any solution for the text to not have a line break?
+Add more question:
In XML file with content:
<ns1:TestXML name="1:u302">
<ns1:IndictmentXML algorithm="s192059844" indictmentType="Billboarding">
<ns1:RepairActionXML repairOperator="c_admin" repairTime="2021-01-21T07:45:58.000+07:00" repairActionType="-" indictmentType="Billboarding" comment="-" repairStatus="Repaired"/>
<ns1:ComponentXML packageId="192059844" partId="192059844" designator="1:u302"/>
</ns1:IndictmentXML>
</ns1:TestXML>
<ns1:TestXML name="1:d1701">
<ns1:IndictmentXML algorithm="bdiode-cr316" indictmentType="Wrong Polarity">
<ns1:RepairActionXML repairOperator="c_admin" repairTime="2021-01-21T07:45:51.000+07:00" repairActionType="-" indictmentType="Wrong Polarity" comment="-" repairStatus="False Call"/>
</ns1:IndictmentXML>
</ns1:TestXML>
how to sort tag ,how to filter out the results of: Repaired and False Call?
Please help me advice
question from:
https://stackoverflow.com/questions/65876685/export-data-does-not-allow-newlines-c-sharp 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…