I have a non-spatial Oracle table fifteen attribute columns, two of which columns store images.
One column is called “image” and the other column is called “thumbnail”
Both store images in jpeg format.
All of the jpegs are less than 1MB in file size
I want to write this table to PostGIS
I have constructed a table in PostGIS with the columns “image” and “thumbnail” both defined as bytea
How do I write the workspace that Reads from Oracle and Writes to PostGIS?
I made an attempt, but now FME fails to display the data from the PostGIS table, so there is something wrong.
My version of FME Desktop is
FME(R) 2022.1.3.0 (20220928 - Build 22630 - WIN64)



