Rohan
unread,May 11, 2012, 12:41:34 AM5/11/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Bots Open Source EDI Translator
Hello,
We have been tasked with processing a CSV in the format:
800,00,xxxxxxxxx
800,01,xxxxxxxxx
800,05,xxxxxxxxx
800,05,xxxxxxxxx
800,05,xxxxxxxxx
800,99,xxxxxxxxx
where 00, 01, 05, and 99 are the record identifiers
800 has been placed at the start of every line in the file (it is the
file type).
I cannot use "800,00" or "800,01" as the BotsId because the fields are
parsed before this processing is done. eg. The first field becomes
"800" and the second "00".
It seems I cannot use startRecordId or endRecordId for the same reason
as this is not active for csv format.
Is there any way I can get BOTS to use the second field as the record
identifier in this CSV file?
Regards,
Rohan.