Forum Discussion
aseagull
4 years agoHelper IV
Undocumented Option to Lines.FromText or File.Contents to cap input?
Hi. I am reading large text files in daily, and will never need more than the first 20k rows (which get updated every night). This file will grow very large. Is there a way to limit the rows read in...
- 4 years ago
No, that's not possible with text files, unfortunately.
Only with sources that support query folding.