Member since
04-17-2020
5
Posts
0
Kudos Received
0
Solutions
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
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