CSV-import line length limits

Hey all,

I’m currently facing an issue when trying to import some BOMs from CSV into ERPNext V11.

It works well until one of the lines is “too long” (382 chars).
The error is: “(1406, u"Data too long for column ‘item_position’ at row 1”) "

item_position is a custom datafield which usually consists of a string with max 5 characters.

When I remove some info from the csv line so the length is 371 bytes the import works as expected.

I have looked through the log files but couldn’t find anything related to the error.

You can find my failing csv here:

Regards

Paul