githubEdit

CsvHeader

Introduction

The CsvHeader class represents a header in a CSV file in the RuntimeCsvRepresentationarrow-up-right class. The RuntimeCsvRepresentationarrow-up-right class contains an array of CsvHeaders called Headers.

Header Information

When a RuntimeCsvRepresentationarrow-up-right is loaded, it will (by default) contain an array of CsvHeaders. Each CsvHeader represents the first item in a column in a CSV file.

The contents of the cell can be obtained through either the Name or OriginalText properties - they will be initially identical.

By default the IsRequired property will be set to false. Both the IsRequired and Name properties can be modified through the RuntimeCsvRepresentation's RemoveHeaderWhitespaceAndDetermineIfRequired methodarrow-up-right.

Did this article leave any questions unanswered? Post any question in our forumsarrow-up-right for a rapid response.

Last updated

Was this helpful?