Member Junction
    Preparing search index...

    Engine responsible for applying field-level mappings and transformations from external records to MJ entity fields.

    The per-value transform pipeline (direct / regex / split / combine / lookup / format / coerce / substring / custom) is owned by the shared FieldTransformEngine in @memberjunction/global and reused here, so integration sync and the rules-based bulk-update processor run the exact same transform implementation — one place to fix, one place to extend. This engine keeps only the integration-specific concerns: source flattening, field-map iteration, and unmapped-field overflow capture. See the Field Rules guide in @memberjunction/global for the shared engine, and EntityFieldRules in @memberjunction/core for the metadata-aware entity-update sibling.

    Index

    Constructors

    Methods

    Constructors

    Methods