Issue loading data into redshift table

I have successfully created a table with the correct columns in redshift. However, when I try to put the data into the table, I keep getting the above error. Any ideas on how to fix this?

Hi @nathaniellx1 , as it says, it’s a size issue, or usually a data type vs column type issue, nothing to do with Knime. This error would happen if you did that operation in Redshift.

Can you show the structure of your table (columns and types), what you are trying to do do?

1 Like

I ended up using just less columns, because I assume it is with a specific column size length.

Hi @nathaniellx1 , it’s fine if you are satisfied with what you did. But you should know that you can add as many columns as you like. That most definitely was not what the issue was.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.