Forum Discussion

aseagull's avatar
aseagull
Helper IV
4 years ago
Solved

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...
  • ImkeF's avatar
    4 years ago

    No, that's not possible with text files, unfortunately.
    Only with sources that support query folding.