Question

How to insert Image in BYTEA PostgreSQL colum

  • 10 February 2021
  • 1 reply
  • 48 views

Badge

Hello,

I have a process that read a folder with PNG images and I have to populate a PostgreSQL Table with some information and the Picture Itself.

 

I first tried to save the data in the column using the AttributeFileReader but it seems not working.

 

Do you have an other approach?

 

Thanks for your help.

 

Mr Steph.


1 reply

Userlevel 5
Badge +29

What isn't working, storing the file as a feature? or writing it to postgres?

Are there any error messages?

Reply