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
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’
Thanks guys
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.