What does the following error signify, What is the solution? “ERROR: BATCHED INSERTFAILED:Data truncation: Data too long for column ‘cpLogoUrl’ at row 1
Normally this error is seen when the source data size is > target table field size . So the database throws an exception while insert/update.
To overcome this please increase the size of field under database.