-
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
ImageReferenceKey should be numeric (no spaces) #179
Comments
Thanks for documenting this @neilmanley! I'll reference a couple versions of ICL specs to see if this field is consistent between them. |
I started looking into this field and it's not clear to me whether this field should allow spaces. A couple references to it in X9.100-187-2016: Each record containing an
From Annex H:
@neilmanley have you stumbled across any addition information on this? From what I'm reading I'm inclined to leave the field as alphanumeric to provide flexibility. One modification I could see making, however, would be to check and see if the field only contains numeric chars. We could make sure that if the field is numeric we include a leading 0 instead of a space where needed. |
Do we have a definition of what "set of data values" is in this context? |
I couldn't find anything more detailed. The most specific statement I found is above that quote, where it says it could be a URL. |
We could offer a function or two that can return a properly formatted alphanumeric string and another that returns a parsed number.
|
I found another example, this one in IBM's docs:
|
I assume the "2–character business category" is an integer? |
I'm not sure. There's no reference to business category in the X9 spec, so I just looked more into that IBM doc. They use "Business Category" as the value for record 52's (Image View Data Record) |
Actual:
123
, Expected:0123
, according to X9Validator.What were you trying to do?
Create X9.37 files for mobile check deposit.
What did you expect to see?
No warnings/errors on the X9 file
What did you see?
A warning that the ImageReferenceKey should be numeric values (no spaces)
How can we reproduce the problem?
Validate using X9Validator (https://x9ware.com/)
The text was updated successfully, but these errors were encountered: