Is it possible to import items descriptions longer than one line ?
Some fields in the document import file accept carriage returns.
In order to send the carriage return correctly, this syntax must be used:
#chr(13)##chr(10)#
Here is an example of a description field containing to lines:
....;Text of the first line#chr(13)##chr(10)#Text of the second line;...