Skip to content

Defining a post-import Block for imported objects #24

@JoachimTuchel

Description

@JoachimTuchel

This may again be something that goes beyond the scope of a mere importer. But I'll describe my idea anyways...

Almost always when I import objects using NeoCSVReader, they are going to end up in a Collection of some object. And each of them will have to have a backpointer to the object they are attached to.

Like, say I import OrderItems. They'll all be added to the same order, and it would make sense for them to have the order in their #order variable. Or I'd like to user a method like MyOrder addItem: importedObject after reading them.

So something like a post-import-Block that gets evaluated with every imported object could come in very handy.

What do you guys think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions