STRING_ELT() can only be applied to a 'character vector', not a 'list'

Hi Everyone,

I am very new to R. I am reading the Nested Json into dataframe and loading the df into teradata table.

but i am not able to load the final df using sqlexecute statement due to "STRING_ELT() can only be applied to a 'character vector', not a 'list'"

Not sure what is the root cause of the issue.

Can you please help me to resolve it ?

sqlExecute(channel,"Insert into DSS_CEA2.RK_Foresee_CSAT_DETAIL values (?,?,?,?,?,?,?,?,?,?,?,?,?)",Final,rows_at_time = 1000)

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