Load only first line of file

Hi!

I have a large CSV file and loading using loadTable() takes a lot of time. For my application, at first I only need the first line of the file. Is there a way to quickly load the first line of the file without loading the full file?

Thanks!

1 Like
1 Like

Thanks! Going to try that :slight_smile:

1 Like