Import CSV to Database v3 - Not working

Import CSV to Database v3:

This smart service does not working. Not sure what is the issue with this service.

Here is my .CSV file:

ID,NAME,ADDRESS
,XXX,XXX
,XXX,XXX

Hear names are exact column names as per the DB table.

Column name mapping in the process: ={"ID","NAME","ADDRESS"}

also correctly mapped document, data source and table .

Error: Unknown column 'NAME,ADDRESS' in 'field list'

Can anyone advise on the issue ?

  Discussion posts and replies are publicly visible