Unable to read a large Text File -

My text file:
sample11.txt (300.5 KB)

Hi @shaik.muktharvalli1

are you trying to print it in Logs???
If so it will not output the whole text. But it is there in the Variable.
Here’s the screenshot which just created the DataRead.txt file after reading it from sample11.txt
image
Attached XAML
ReadText.xaml (5.1 KB)

Screenshot of Code:
image

your text file content is truncated within the panel, but is read.

May I know , why your created another text file?

please give any workflow

thanks
Shaik

you can also inspect directly within the immediate panel

YourTextFileStringVarSplit(Environment.NewLine.ToCharArray, StringSplitOptions.RemoveEmptyEntries).Last()
YourTextFileStringVarSplit(Environment.NewLine.ToCharArray, StringSplitOptions.RemoveEmptyEntries).Count

etc

Just to show you that it has all the data that first file has,

The variable output from Read Text File activity has all the data that is present in the file.

ther is no workflow to give, as you will cross-check at your end. For analysis tasks also have a look above