cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

How to include Find Number in csvAssemblyload for WTPart?

smorla
9-Granite

How to include Find Number in csvAssemblyload for WTPart?

I have my load from file, but i could not able to include Find Number tag element, could anyone suggest how to include tag element?

<csvAssemblyAdd handler="wt.part.LoadPart.addPartToAssembly" >

    <csvassemblyPartNumber>775-95084-006-PIMS</csvassemblyPartNumber>

    <csvconstituentPartNumber>775-95084-036</csvconstituentPartNumber>

    <csvconstituentPartQty>1.00</csvconstituentPartQty>

    <csvconstituentPartUnit>ea</csvconstituentPartUnit>

    <csvcomponentId></csvcomponentId>

    <csvinclusionOption></csvinclusionOption>

   

    <csvreference></csvreference>

    <csvassemblyPartVersion></csvassemblyPartVersion>

    <csvassemblyPartIteration></csvassemblyPartIteration>

    <csvassemblyPartView>Design</csvassemblyPartView>

    <csvassemblyPartVariation1></csvassemblyPartVariation1>

    <csvassemblyPartVariation2></csvassemblyPartVariation2>

    <csvorganizationName></csvorganizationName>

    <csvorganizationID></csvorganizationID>

    <csvlineNumber></csvlineNumber>

</csvAssemblyAdd>

2 REPLIES 2

just add <csvfindNumber>findnumber</csvfindNumber> in your xml

I tried by adding <csvfindNumber>findnumber</csvfindNumber> tag and fails with error csvmap file format is invalid.

Top Tags