File with Import plain text - Missing text

Hello Support Team

I would like Import text as plain text, but some text are not in.

Maybe the “VT” will stop this ? Maybe we need a option for this!

See the picture from Notepad++ compare to EasyMorph

But how can I get the full file text?

Thanks Reini

patch-00010.qpat.txt (147,3 KB)

Import_plain_text.morph (2,3 KB)

Hi @Reini ,

The text is imported, but it does not appear in the UI because it includes ASCII NUL (0x00) code points, which are not currently rendered. Checking the profiler shows that the cell length exceeds the visible character count.

Hi @vlad_dzhos

Thanks for the tip about "Cell Profiler"; I'd never needed it before.

Now I see I have a lot of characters.

But it's now impossible to edit the data further with EasyMorph alone because the content isn't visible.

So you have to resort to Notepad or something else to see the content in order to perform the next steps in EasyMorph.

It would be a great addition to EasyMorph to be able to display this somehow!

Just like it's addressed in this feature request (Better JSON visualization).

Thanks