Hi All,
I am trying to import some collected leads in CSV form and I need to have the description field keep its multiline formatting to be readable.
Checking the api i see when the field uses \n for line breaks but if i add this to the test CSV the \n just shows in the text.
If i then check that lead on the API the \n has become \\n.
Any help would be great I have only just started using EspoCRM and this is the first time I have not found anything about a problem so i am guessing I have missed something simple.
I am trying to import some collected leads in CSV form and I need to have the description field keep its multiline formatting to be readable.
Checking the api i see when the field uses \n for line breaks but if i add this to the test CSV the \n just shows in the text.
If i then check that lead on the API the \n has become \\n.
Any help would be great I have only just started using EspoCRM and this is the first time I have not found anything about a problem so i am guessing I have missed something simple.
Comment