Try to import CSV file to database but get wired error? - Unknown column 'PlaceAliasID' in 'field list'

Hi guys,

I have a very simple CSV file which contains 4 columns. They have exactly same columns type and columns name as database.

On the Cloud Appian, I can manually import the CSV on cloud DB by select import functions, and without any issues, all data come in.

But now I want to use Process model then I used: 

But every times the importing is failed, here is my settings:

I leave Column Names and Encrypted columns name as empty because the CSV header is exactly match with my table structure.

Here is the error I read from Logs:

 Unknown column 'PlaceAliasID' in 'field list'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'PlaceAliasID' in 'field list'

what is "
" ? and please help me guys!


  Discussion posts and replies are publicly visible

Parents Reply Children
No Data