db_write_table to clob data type on Teradata

When writing data RDS files to Teradata, I've encountered an error where character strings are truncated. Is there a way to write a character variable as a clob data type?

 Error in result_insert_dataframe(rs@ptr, values) : 
  nanodbc/nanodbc.cpp:1587: 22001: [Teradata][ODBC Teradata Driver] Character string truncated 

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