I have a text file where the first few lines are text and the rest of the lines contain data in the form of real numbers. I just require the real numbers array to be stored in a new file. For this, I read the total lines of the file for which output is correct and then trying to read the real numbers from the particular line numbers. I am unable to understand as to how to read this data. Below is a part of file. Also I have many files like these to read.
AptitudeQT paperI:  12233105
Latitude :   30.00  S
Longitude:   46.45  E
Attemptone Time:  2017-03-30-09-03
End Time:  2017-03-30-14-55
        Height(agl):        m
           Pressure:        hPa
        Temperature:        deg C
           Humidity:        %RH
          Uvelocity:        cm/s
          Vvelocity:        cm/s
          WindSpeed:        cm/s
      WindDirection:        deg
---------------------------------------
        10      1008.383            27.655            62.200          -718.801            -45.665           720.250            266.500
        20      1007.175            27.407            62.950          -792.284            -18.481           792.500            268.800
 
    