Split to multiline text

Hi Everyone

I want to import text file into GH environment and I am using Pancake import txt.
Somehow the multi-line is disabled. Like to check is there a way to split into running index?

Thanks in advance

Best Regards
Chua Ching Hong

If you use the native ReadFile component you should be able to specify a .txt and choose between ‘total’ or ‘per line’


I don’t think you can choose ‘multi-line’ text on a panel that’s coming from an output.

1 Like

Thanks guys :slight_smile:

1 Like

Pancake’s Import TXT don’t split text in lines, nor is able to have parsers as the original ReadFile component. Import TXT is mainly used for reading texts with custom encodings.

You may use the original component or put a Split Text component downstream.

1 Like