T
tonygallo10
Excel is converting a text string to a number. How do I force it to treat it
as text?
"06.2030" should NOT be converted to 6.203 during a read of the XML data.
<PAW_Items xmlnsaw="urn:schemas-peachtree-com/paw8.02-datatypes"
xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2000/10/XMLSchema-datatypes">
<PAW_Item xsi:type="paw:item">
<ID xsi:type="paw:id">06.2030</ID>
<Description>20/30 Walnut Shell</Description>
<Description_for_Sales>20/30 Walnut Shell</Description_for_Sales>
<Sales_Prices>
<Sales_Price_Info Key="1">
<Sales_Price>0.70000</Sales_Price>
</Sales_Price_Info>
</Sales_Prices> <Type>Abrasive</Type>
<Weight>0.00000</Weight>
<Vendor_ID xsi:type="paw:id">06 Grand Northern</Vendor_ID>
<CustomFields>
<CustomField>
<Description>Category Name 2 </Description>
<Value Index="1">Blasting</Value>
</CustomField>
</CustomFields></PAW_Item>
</PAW_Items>
as text?
"06.2030" should NOT be converted to 6.203 during a read of the XML data.
<PAW_Items xmlnsaw="urn:schemas-peachtree-com/paw8.02-datatypes"
xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2000/10/XMLSchema-datatypes">
<PAW_Item xsi:type="paw:item">
<ID xsi:type="paw:id">06.2030</ID>
<Description>20/30 Walnut Shell</Description>
<Description_for_Sales>20/30 Walnut Shell</Description_for_Sales>
<Sales_Prices>
<Sales_Price_Info Key="1">
<Sales_Price>0.70000</Sales_Price>
</Sales_Price_Info>
</Sales_Prices> <Type>Abrasive</Type>
<Weight>0.00000</Weight>
<Vendor_ID xsi:type="paw:id">06 Grand Northern</Vendor_ID>
<CustomFields>
<CustomField>
<Description>Category Name 2 </Description>
<Value Index="1">Blasting</Value>
</CustomField>
</CustomFields></PAW_Item>
</PAW_Items>