Open GoogleCodeExporter opened 9 years ago
Hello nicoapres,
Are you sure that EDI mapping file elements have exactly the same names as
Talen schemas?
Renat
Original comment by renat.zubairov
on 11 Oct 2009 at 8:53
By default, in the test smooks example we have "order-id", "total-amount",
"product-id" columns. These names need to change accordingly:
from "order-id" to "order_id",
from "total-amount" to "total_amount",
from "product-id" to "product_id"
For example, for segment ORD:
<medi:segment segcode="ORD" xmltag="order-item" maxOccurs="-1">
<medi:field xmltag="position" />
<medi:field xmltag="quantity" />
<medi:field xmltag="product_id" />
<medi:field xmltag="title" />
<medi:field xmltag="price" />
</medi:segment>
Original comment by RnMi...@gmail.com
on 12 Oct 2009 at 7:36
Thanks, I updated the xml file and all is OK now!
Original comment by nicoap...@gmail.com
on 12 Oct 2009 at 10:33
Original issue reported on code.google.com by
nicoap...@gmail.com
on 11 Oct 2009 at 7:11