Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

using external csv import - linefeeds missing

Volker Schmitt September 25, 2020

export with utf-8 -> import utf-8 with the csv file import wizzard.

In csv file lines are shown, but imported descriptions and comments are shown in one line.

can i import multiline text as schown in original file?

ex:

" first line

second line"

is imported as "first line second line"

 

 

 

1 answer

1 accepted

0 votes
Answer accepted
Gustavo Félix
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 25, 2020

I've never imported from csv, but from json I have to use "\n" for a new line. 
I guess it should be the same. 

Gustavo Félix
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 25, 2020
Like Volker Schmitt likes this

Suggest an answer

Log in or Sign up to answer