From 11457e0dd19426117d082c8f576afd5a2542410e Mon Sep 17 00:00:00 2001 From: Stijn Peeters Date: Tue, 4 Feb 2025 18:16:26 +0100 Subject: [PATCH] Add a 'missing_fields' column to mapped objects --- common/lib/item_mapping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/item_mapping.py b/common/lib/item_mapping.py index cfac82a19..dd6c3a47d 100644 --- a/common/lib/item_mapping.py +++ b/common/lib/item_mapping.py @@ -90,7 +90,7 @@ def __init__(self, mapper, original, mapped_object, *args, **kwargs): DatasetItem init :param callable mapper: Mapper for this item. Currently unused, could - be used for abovementioned just-in-time mapping. + be used for above-mentioned just-in-time mapping. :param dict original: Original item, e.g. from the csv or ndjson :param MappedItem mapped_object: Mapped item, before resolving any potential missing data