bots-edi / bots

Bots EDI Translator
GNU General Public License v3.0
138 stars 83 forks source link

005010 Parsing error #38

Open suederade opened 7 years ago

suederade commented 7 years ago

The grammar for 850005010 is set to: ['ISA11', 'M', 1,'AN'], but I am getting an error with the value of ^ which is valid for 005010. How would I get this to work?

djfurman commented 7 years ago

Hi @stevenmwade,

Can you post a copy of the error message you're receiving? Also, please make sure that in your bots/config/bots.ini the file you've set your grammar check settings to debug.

You're definitely correct that '^' is a valid ISA11 sub-element delimiter, though since it's a printing ASCII value, I've run into multiple instances translating 850 and 860 transactions that ST-N9-MSG segments include this value causing grammar errors since MSG01 does not have sub-segments.

djfurman commented 7 years ago

@stevenmwade any progress on this one?

suederade commented 7 years ago

@djfurman We had to move on to some other translations but we should be coming back to that soon and I will let you know when I start that up again.