We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://ohanapi.herokuapp.com/api/organizations/51d5b18ca4a4d8b01b3e42c0 has the following phones array:
phones: [ [ { number: "650 342-2255", phone_hours: "(Monday-Friday, 9-3)" } ], [ { department: "650-342-CALL" } ] ]
department should be number.
department
number
The text was updated successfully, but these errors were encountered:
It gets classified as department because of the characters in the phone number, will change regex to accomodate this
Sorry, something went wrong.
Or maybe have an alias field in the first entry? I mean 650-342-CALL is the same number.
alias
Doable, I'll need to write a decoder (26 case statement) and compare them.
Here's another one with letters in the number: http://ohanapi.herokuapp.com/api/organizations/51d5b18ba4a4d8b01b3e3f57
Fixed
spara
No branches or pull requests
http://ohanapi.herokuapp.com/api/organizations/51d5b18ca4a4d8b01b3e42c0 has the following phones array:
department
should benumber
.The text was updated successfully, but these errors were encountered: