InvocationTargetException, caused by: PSQLException: ERROR: missing data for column

Viewed 14

I work with the dataiku software and when I launch my stream I have this error:

InvocationTargetException, caused by: PSQLException: ERROR: missing data for column "CB_CL26ZL01_PVFL_TEMP_AVG" Where: COPY TORRELAVEGA_SETPOINTS_VIEWER_torrelavega_opti_torrelavega_optim, line 1: "2020-10-30T11:50:00.000Z,52.0,53.0,51.0,53.0,53.0,52.0,54.0,52.0,54.0,52.0,52.0,55.0,55.0,52.0,52.0,..."

The field in question is a double type. I thought it was a data typing error so I changed it to: bigint but I still get this error.

I also have the same number of columns for each of my datasets.

If it's not a data type or number of columns error, what type of error can it be ?

0 Answers
Related