Skip to main content
3-Newcomer
March 10, 2023
Solved

Attribute related information from Windchill in XML file

  • March 10, 2023
  • 1 reply
  • 780 views

When converting excel file into XML file, under Attribute definition there are few information in converted XML file which is not in excel. Are they static and what are those tags refers to?

 

AJ_10616560_1-1678450851996.png

Best answer by Fadel

Generally the the first tag should have the quantity of measure for real numbers with units  like 

<csvQoMName>Length</csvQoMName> , in case of loading Options (O&V) this is required only for numeric options 

when specifying above , the second tag can hold units for each measurement system like below 

 <csvnameValuePairs > CGS ~ cm|MKS ~ m| SI ~ m|USCS ~ in </csvnameValuePairs >

 

1 reply

Fadel
Fadel23-Emerald IAnswer
23-Emerald I
December 2, 2023

Generally the the first tag should have the quantity of measure for real numbers with units  like 

<csvQoMName>Length</csvQoMName> , in case of loading Options (O&V) this is required only for numeric options 

when specifying above , the second tag can hold units for each measurement system like below 

 <csvnameValuePairs > CGS ~ cm|MKS ~ m| SI ~ m|USCS ~ in </csvnameValuePairs >

 

Buiꓘa