Skip to content

Mapper idea #5

Description

@C485

Each mapping should hap options:
UseCache
-RetriveAllRecords
-OneByOne
CreateIfNotExists
ThrowIfEmpty
ThrowIfNotFound

Mapper should have options:
Impersonate
SkipPluginExecution
ValidateAfterSave
PreSave - option to modify mapped record by complicated logic
SkipFieldsToChanged - will skip fields in presave mechanism that determines if save is needed

MapperWrapper (wrapper will cover all mappers, will have global container) should have options:
ValidateAfterSave - validates all saved records

Stage1 mapping
-MapField1 > Field1
-MapField2 > Field2
Stage2 mapping (Field1, Field2 available to mapper)
-MapField3 + Field2 > Field3
-MapField4 + Field2 + Field1 > Field4

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions