Hi,
I am trying to bulk insert my csv file to mysql table using PutDatabaseRecord.
My CSV file contains all the column values except for the last column as it is auto incremented in table in case of insertion.
Can you help me with the attribute setting or processor setting in that case?