Member since
09-26-2024
4
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
161 | 10-25-2024 05:50 AM |
10-25-2024
05:50 AM
2 Kudos
Finally I replaced LookupRecord processor with group of Fork/JoinEnrichment.
... View more
10-25-2024
02:16 AM
1 Kudo
I'm looking up for ID in a table with following data: id,key,attribute 1,same_value,attr1 2,same_value,attr2 3,same_value,attr3 As "key" has several records I need to filter the table by "attribute" in order to get one correct "id".
... View more
10-22-2024
04:21 AM
Hi, experts, I need to enrich flowfile with data from database table, but before this table should be filtered based on attribute value. Is it possible to filter data within lookup processor? If not, please advise any solution for my task. Best regards, Alexey
... View more
Labels:
- Labels:
-
Apache NiFi
09-26-2024
06:59 AM
Hi, experts, I need to insert data from CSV to DB. CSV file name is the same as DB table name, but table has additional primery key column, so I need to add such column in CSV. I can get max key value from DB table. Please, advise how to use this key value in flowfile. Here is my flow Thanks in advance.
... View more
Labels:
- Labels:
-
Apache NiFi