11-22-2018 05:22 AM
Is there is any possible ways to limit the CSV parsing output?
Say for example, I have 30 + GB of CSV file, from this file I need to get only first two lines of data
i.e. The first line is header and second line is data. I hope skip lines wont’t work for this approach.
Can any one suggest instead of parsing/scanning the entire 30 + GB of file how to get first two lines from the file with best optimized approach?
Thanks in advance!
11-15-2022 06:01 AM
Hi Surendar,
did you get any thing on this topic.