Vishal
Vishal

Reputation: 11

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

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

Upvotes: 0

Views: 302

Answers (1)

Vishal
Vishal

Reputation: 11

Use below processors in sequence

  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

Upvotes: 1

Related Questions