dn123
09-21-2011, 02:10 AM
hi ..all
i m trying to read a data file in which there are missing values
for eg
17-aug -9 0 55
in the above example there are 6 columns and every column is seperated by a tab bcoz its in txt(tab delimited) form..and for 3rd and sixth column there is no value.i want to replace this missing thing with -9 so my output looks like
17-aug -9 -9 0 55 -9
any suggestions ???
regards
durgesh:confused::confused:
i m trying to read a data file in which there are missing values
for eg
17-aug -9 0 55
in the above example there are 6 columns and every column is seperated by a tab bcoz its in txt(tab delimited) form..and for 3rd and sixth column there is no value.i want to replace this missing thing with -9 so my output looks like
17-aug -9 -9 0 55 -9
any suggestions ???
regards
durgesh:confused::confused: