Retrieving part of a Text File - labview

This is a discussion on Retrieving part of a Text File - labview ; I have csv files that have YEARS of data.  What is the best way to grab the first 100 lines?  I have to do this for 200 files then run four math functions on each so pulling in all the data ...

+ Reply to Thread
Results 1 to 2 of 2

Retrieving part of a Text File

  1. Default Retrieving part of a Text File

    I have csv files that have YEARS of data.  What is the best way to grab the first 100 lines?  I have to do this for 200 files then run four math functions on each so pulling in all the data will be really taxing because this will be happening at worst case once a minute for each file.
     
    Best Regards
    Tim C.

  2. Default Re: Retrieving part of a Text File

    "Years of data" does not mean much unless we know if its 1 line/month or 1 line/nanosecond.
    Just use "read from text file", and right-click the icon and select "read lines". No just wire a 100 to the count input and you'll get the first 100 lines.
    Check the help for details.

+ Reply to Thread