- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Update flowfile attributes(Filename,FileSize,Time) into Postgres Table Using NiFi
- Labels:
-
Apache NiFi
Created ‎09-23-2020 07:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
we want to insert flowfile attributes(Filename,FileSize,Time) into Postgres Table Using NiFi
Created on ‎09-23-2020 08:32 PM - edited ‎09-24-2020 12:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Worked after using below processor in
1. ListFiles
2. UpdateAttributes
3. Put SQL
In Put Sql one can create insert queries which are required for attributes and it will update PSQL Table
Created on ‎09-23-2020 08:32 PM - edited ‎09-24-2020 12:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Worked after using below processor in
1. ListFiles
2. UpdateAttributes
3. Put SQL
In Put Sql one can create insert queries which are required for attributes and it will update PSQL Table
