-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file: a few fields are optional with vendors #107
Comments
@adamdecaf do you have a sample payload (or payloads) that hit these cases? |
Not off hand. What I wrote before was handed to me over slack IIRC. |
Hi, are there any updates on this issue. I'm trying to parse a valid file that can be opened via X9 Reader software but I'm getting invalid file errors. For example in Return ICL files having a BTW, this is a great 3rd party lib! Thank you :) |
@SaraAdineh Thanks for the update. Do you have the spec version handy? |
@adamdecaf I'm not sure what the spec version is. What is that used for? |
@SaraAdineh There are multiple versions of ICL messages in the wild/production, so it's tricky to design a parser that supports all the options. If we're able to figure out what version you (or your vendor) requires it'll help us solve your issue. |
What were you trying to do?
A vendor has made additional fields nullable which our library doesn't handle. We should look into supporting these fields being null to properly parse their files.
What did you expect to see?
File parsing should always work without errors on valid ICL files.
The text was updated successfully, but these errors were encountered: