I have a problem inserting the records of a table with the BULK INSERT command.
BULK
Insert product
from 'C: \ csv \ products.csv'
with (firstrow = 2, fieldterminator = ', ', rowterminator =' \ n ')
This is the error that comes to me:
The information of the table in the file:
Information of the fields in the table: