Member since
04-17-2020
5
Posts
0
Kudos Received
0
Solutions
05-03-2020
10:20 PM
Hi @Vj1989 , I've used ${generatetablefetch.tableName} as expression. What did i do wrong?
... View more
05-03-2020
08:16 AM
I have a case where i have empty flow files which need to merged based on table name attribute and create single flow file for each table. Correlation attribute name is ignoring the table name and is merging all flow file to one. How can i solve this?
... View more
Labels:
- Labels:
-
Apache NiFi
-
NiFi Registry
04-29-2020
11:12 PM
I used python script in execute script to fetch column names for each flow file ( each table) and added new attribute with value as column name. Not best of the solution but that is best i tried.
... View more
04-20-2020
01:44 AM
Hi @mburgess , Actually i'm implementing a solution where i'm fetching data from database dynamically from all tables. I used list database table to get table name and passed it to generate table fetch to fetch sql query. now i need to have column name from different table (having different primary key column names ) as maximum-value columns. I'm not sure how to write dynamic expression language for each columns per table in single processor.
... View more
- Tags:
- i
04-17-2020
04:37 AM
Hi, Is there a way to dynamically specify primary key column name as maximum-value column value in Generate Table Fetch processor?
... View more