RuntimeCsvRepresentation
Last updated
Was this helpful?
The RuntimeCsvRepresentation class is a general-purpose class which represents a CSV file. It can be easily created through the CsvFileManager.
RuntimeCsvRepresentations can be loaded as follows:
// Assuming fileName is a valid CSV file:
RuntimeCsvRepresentation instance = CsvFileManager.CsvDeserializeToRuntime(fileName);For more information see the CsvFileManager page.
Did this article leave any questions unanswered? Post any question in our forums for a rapid response.
Last updated
Was this helpful?
Was this helpful?