Skip to content

Add Catmandu bind maybe #699

@TobiasNx

Description

@TobiasNx

In order to not crash the whole transformation when using #698 import (not implemented yet) we also should introduce the maybe bind from Catmandu, so it only processes if the function within the bind are successful.

Example from Catmandu:

do maybe()
  my_fix1()
  my_fix2()
  download_from_internet() 
  process_results() # <--- this is skipped when download_from_internet fails
end
``

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions