Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Similar to "add a file" we need a "just add JSON" logic #13

Open
DiegoPino opened this issue Dec 7, 2020 · 0 comments
Open

Similar to "add a file" we need a "just add JSON" logic #13

DiegoPino opened this issue Dec 7, 2020 · 0 comments
Assignees
Labels
Datapackage / Frictionless Packaging and wrapping in Xmas paper enhancement New feature or request queue FIFO

Comments

@DiegoPino
Copy link
Member

What?

WE have right now processors that feed:

  • files that get attached to plugin
  • Sequences and connect to another plugin
  • plugin and just feed directly files/anything to another plugin
  • Index (search API)
    All this/any of this can be at the same time depending on the processor.
    Even if we have some other destinations setup we have no logic yet for those
    We want to have one that acts the same as the file logic but just adds a JSON (e.g entity extraction via Natural language processing).

We really just need to make this method

public function updateNode(ContentEntityInterface $entity, stdClass $data, stdClass $io) {

More generic.

@DiegoPino DiegoPino self-assigned this Dec 7, 2020
@DiegoPino DiegoPino added Datapackage / Frictionless Packaging and wrapping in Xmas paper enhancement New feature or request queue FIFO labels Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Datapackage / Frictionless Packaging and wrapping in Xmas paper enhancement New feature or request queue FIFO
Projects
None yet
Development

No branches or pull requests

1 participant