| Gsharp Training Material | Home | Table of Contents |
Gsharp has several methods for importing data:
ASCII files that contain column data can normally be read in as a report.
All other ASCII files can be read in with the more generic ASCII reader.
A binary reader exists for reading binary files.
It is also possible to use your own C or FORTRAN code to create customised data reader.