Skip to main content

I am getting the following error,when trying to write all the NITF attributes to the PostGIS table.

Bulk copy failed on table 'public.EGPL' using delimiter ':'. Error was 'ERROR: value too long for type character varying(4)

CONTEXT: COPY EGPL, line 1, column nitf_fhdr: "NITF02.00"

'

A fatal error has occurred. Check the logfile above for details

... Last line repeated 2 times ...

FME Session Duration: 3.2 seconds. (CPU: 2.0s user, 0

Looks like FME may have issues with the automatic writer schema definition for this format. Try manually expanding the data type for the "nitf_fhdr" attribute, e.g.


Looks like FME may have issues with the automatic writer schema definition for this format. Try manually expanding the data type for the "nitf_fhdr" attribute, e.g.

thanks very much

 

 


Reply