Remove line in text file

Hello, I want to remove the excess lines and keep only the table that is on the rectangle but I do not know where to start.

You should use the split function, something like:

string = yourtext.Split({“Delimiter”},System.StringSplitOptions.None)

Main.xaml (4.5 KB)