Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

Update flowfile attributes(Filename,FileSize,Time) into Postgres Table Using NiFi

avatar
New Contributor

we want to insert flowfile attributes(Filename,FileSize,Time) into Postgres Table Using NiFi

1 ACCEPTED SOLUTION

avatar
New Contributor

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

View solution in original post

1 REPLY 1

avatar
New Contributor

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