Page 1 of 1

import data with text field having multiple lines

Posted: Thu Mar 03, 2016 1:03 pm
by leven.steve

How would I import a multi-line text field into a collection?
I can format it any way that is necessary before importing but I want to import an address of say 5 lines into a text field and then display/use it in my app.

The app component would be a textarea to make it multi-line

UPDATE: I figured it - use \r\n like this:
12 High Road\r\nEnfield\r\nEN1 1AA


import data with text field having multiple lines

Posted: Fri Mar 04, 2016 2:29 pm
by Alena Prykhodko

Thank you for update.