export and import data with multiline texts
I'm trying to move one form from one app to another. So I duplicated the app, and exported the data from the original form to a tsv file. Then I import this into the new duplicated form, only to find all the data jumbled up. I think it's the multiline text fields that are causing the problem. By multiline I mean having a line break within one text box. By meticulously removing these breaks I could make the import work, but it's a horrendously tedious work to do this for all my records. Would appreciate a speedy debug.