Can't do a bulk ALM code input.

Hello, not sure if anyone is having this problem but I seem to not be able to do a bulk item creation with AML.

I'm using Nash which has worked before but when I put this code in for example:

<AML>
<Item type='Part' action='add'>
  <item_number>234-17351-0001</item_number>
    <description>A test assembly</description>
</Item>
<Item type='Part' action='add'>
  <item_number>131-87171-0001</item_number>
    <description>Another test assembly</description>
</Item>
</AML>

All that gets added is the first part number and the second number is never created. Is there something I am missing from my code?

Parents Reply Children