cancel
Showing results for 
Search instead for 
Did you mean: 

Data Items Mode from Plain text to Javascript?

HeleneKnox
Level 3

Hi, I have a read that gets a list as a text. In the data item there is no good split char to use but I noticed in the date item if I change the mode from plain text to javascript I do get them in a nice list order. But how do I change the mode of the data item to javascript?

3 REPLIES 3

Anton__Hosang
Level 5

Changing the mode is not an option - that is for reading only.

If the javascript parser is breaking up the text into lines, I suspect you could split the text by Chr(10).

Also try Split Lines as it might be that you're talking about splitting by the lines??

HeleneKnox
Level 3

This is to Anton, I did try the split the text but it came back as one line. It looks like this before splitting, "First rowSecond RowThird Row" etc so there is no char to split with

HeleneKnox
Level 3

I got it, split lines did it 🙂