Skip to content
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

Handle a list of multi-field delimited lists of category names in a single legacy_field when mapping organizations #660

Open
bltravis opened this issue Jul 21, 2023 · 0 comments

Comments

@bltravis
Copy link
Collaborator

The current implementation of category mapping does not allow you to supply categories to sub-delimited addresses, phone number, and email addresses when mapping organizations. For example (<^> is the multi-field delimiter):

address_line1 address_line2 address_city address_state_province address_postal_code address_categories
123 N Main St.<^>Fulfillment Center <^>Pier 13 Springfield<^>San Francisco MO<^>CA 65807<^>94133 [Payments, Billing, Orders, Custom Support]<^>[Shipping, Sales]
Accounts Payable<^>Returns Center PO Box 12345<^>543 Copa Cabana Ave Springfield<^>Miami MO<^>FL 65803<^>33101 [Payments, Billing, Orders, Shipping]<^>[Custom Support, Sales, Returns]

The tools should recognize the []-wrapped lists as lists and iterate through them to map the category names to FOLIO reference data. This would better support mapping from Alma vendor data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant