Hi all,
I have a text tab delimited file I'm trying to map but am getting a too many fields error when it reads the PO number from the last column. Please see map below and the attached file. Appreciate your help.
from bots.botsconfig import *
syntax = {
'field_sep': '\t',
'noBOTSID': True, #use this if there is no 'record identification' this is only possible it all records are the same kind of records.
}
structure= [
{ID:'HEA',MIN:1,MAX:10000}
]
recorddefs = {
'HEA':[
['BOTSID','C',3,'A'],
['EAN13','C',30,'AN'],
['TITLE','C',100,'AN'],
['ORDQTY', 'C', 30, 'AN'],
['ACKQTY', 'C', 30, 'AN'],
['PO', 'C', 30, 'AN'],
],
}
--
You received this message because you are subscribed to the Google Groups "Bots Open Source EDI Translator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to botsmail+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/botsmail/2b47ef6d-f92c-49ff-9d8c-0dc845b11f6fn%40googlegroups.com.