MultiKeySummarizer

This Summarizer is for the case where the unique key is based on multiple fields.

Constructors

this
this(size_t[] keyFieldIndices, char inputFieldDelimiter, MissingFieldPolicy missingPolicy)
Undocumented in source.

Members

Functions

keyFieldHeader
string keyFieldHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
processHeaderLine
bool processHeaderLine(char[][] lineFields)
Undocumented in source. Be warned that the author may not have intended to support it.
processNextLine
void processNextLine(char[][] lineFields)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta