Hello,
I am trying to upload data coming from 'csv' files into an existing SQL table, but I am getting the following error:
Error: Output Data (30): Error opening "SELECT [field names]": No Columns Returned
This error happens no matter the output options I use (e.g.: Update, Append, etc.), and it only happens when I select an existing table. In the case I select 'Create New Table' (and type a different table name than the one that already exists), there is no problem.
The only difference between my SQL table and the Alteryx output is that the SQL table has an IDENTITY field (incremental record counter) and I already have defined the primary key (composed of two of the fields).
I know that the connection to the DB is working fine since I can create new tables, but what I want to do is read 'csv' files and upload them into my existing table.
Attached is an image of the Output tool properties (Output details.jpg).
Appreciate your help and let me know if you need any additional information to help me troubleshot this issue.