I think that he wants something like a SSIS approach mapping from the UI the source -> destination
On Wed, Jun 21, 2023 at 11:36 AM Matt Burgess <[email protected]> wrote: > Kyrindor, > > Can you provide an example of the kind of mapping you want to do? It > sounds like UpdateRecord [1] should work to change input fields to > output fields. For joining we offer "enrichment" and "lookup" > components that can add fields based on some other field value(s). > > Regards, > Matt > > [1] > https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.22.0/org.apache.nifi.processors.standard.UpdateRecord/index.html > > On Mon, Jun 19, 2023 at 5:44 AM Kyrindorx <[email protected]> wrote: > > > > Hello all, > > > > I would like to use Apache Nifi to build a data pipeline with dynamic > > processors. The user must be able to use e.g. processor steps with table > > column mapping to transform data from a source table into intermediate > > tables and the final table. > > > > The user requires a free configuration of the column mapping from source > > table to target table. > > > > Can processors be offered customizable like this? Which SQL table > > processors with mapping, join does Nifi offer? And how flexible can > > these be set by the user? > > > > The question is a bit difficult for me, because I don't know the > > possibilities of Nifi yet and have to approach the topic. > > > > Thx in advance > > Kyrindor > > > > > > > > >
