columnNames

abstract val columnNames: List<String>

The names of the properties that this Extractor can provide as columns.

Implementations should return a list whose order matches the expected column ordering when the returned map from extractData uses the same keys.