Hello,
FME throws an error when I want to write to a PostgreSQL table that contains a generated column (value calculated from another column). Message: generated columns cannot be used in COPY
Is there any way to ignore this column (by clearing the column from the writer, the error still occurs) or work around this problem?
Thanks for your help