Export to Database #Failed

I am getting a #Failed error for every row of the File I am exporting to a PosgreSql database. I used the DB Create command without issue to create the table, but when I try to export to it, I get the error. I have looked in the Debug Log, but it mentions nothing about the error.

Is there someplace else I can look?

Hello Chris,

“Export to DB” action will fail with a project error when a table doesn’t exist or some of the exported columns are missing from the DB table.

Most likely your EasyMorph table has some values which are incompatible with the data type of the corresponding DB columns.

You can see the actual reason for the fail by switching from “Add new column to flag rows in batches that failed” to “Halt execution …” mode.

Thank you so much for that! I will give it a try.