Jakk
5 years agoCreator I
Batch Loader Error
Hi, I added the Material Specification to the part and got an error below.
[9:19:57 AM]: Start batch load
[ *** Worker process for lines 2 - 2 *** ]:
[9:19:58 AM Worker process for lines up to...
Hi I tested your AML and it seems to be working fine. Can you try with other keyed_name without special character ?
Hello Gopikrishan,
Thank you very much for your reply. I really appreciated your help. I fixed the code and I could load material spec with no issue. Please see the modification code below.
<Item type="Part" action="edit" where="item_number = '@1'">
<vol_rm_spec>
<Item type="Document" action="get" select="id">
<keyed_name>@2</keyed_name>
</Item>
</vol_rm_spec>
Regards,
Jakk