FOLIO-FSE / FOLIO-FSE/folio_migration_tools

Composite order mapping incorrectly assigns details.isAcknowledged to invalid sub object

Open
#656 0 comments 0 reactions 1 assignee Claimed by @bltravis View on GitHub
Dominant language
Python
Stars
14
Forks
10
Avg merge
55m
Merged PRs (30d)
7

Description

With the following in composite_order_mapping.json:

{
"folio_field": "compositePoLines[0].details.receivingNote",
"legacy_field": "FOLIO_POL_details_receivingNote",
"value": "",
"description": ""
},
{
"folio_field": "compositePoLines[0].details.isAcknowledged",
"legacy_field": "FOLIO_POL_details_isAcknowledged",
"value": "",
"description": ""
}

The following results:

"details": {
"receivingNote": "C&CR DECISION TO RETAIN BUT TRANSFER FROM PRINT TO ONLINE FOR 2023."
},
"**compositePoLines[0]**": {
"details": {
"isAcknowledged": "TRUE"
}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.