frequently asked questions

All your questions in one place.

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;...

 

Did you find this article useful?

1 out of 1 found this helpful