Configurables
Configurables can be set via
ConfigurationSetter::set("key=value; key2=value2" )
or
SimpleConfiguration::current->modify ( name, value );
The CLI application can als do:
dataharvester-converter -o key=value,key2=value2
Configurables used are:
| Name | Type | Context | Default | Meaning |
| Helper:EncodeLengthInfo | bool | Dbf | false | Write "columnname@length" instead of "columnname"? |
| Reader:IgnoreMetaData | bool | true | ||
| Writer:FlatData | bool | true | ||
| Helper:MaxStringLength | int | Dbf | 60 | Define longest string |
| Writer:Verbose | int | 0 | Be verbose | |
| Writer:Backup | int | 0 | Create a backup of old file | |
| HdfWriter:Deflate | int | HdfWriter | 9 | Compression ratio |
| TcpWriter:SetEndMarker | bool | Tcp | false | Send END tuple |
| Mode:FileMode | string | Append | Append or Recreate file | |
| RootWriter:FlushAfter | int | Root | 1000000 | Flush after so many lines |
| TokenChanger:AllLowercase | bool | Dbf | true | Write all in lowercase |
| TokenChanger:DbfUmlaute | bool | Dbf | true | DBase-ianize Umlauts |
| RootReader:UseTitlesAsNames | bool | Root,HBook | false | Use the trees' titles as treename |
| RootReader:StoreTitles | bool | Root,HBook | false | Store the trees' titles in a "title" column |
| Root:IgnoreWarnings | bool | Root | true | Ignore ROOT warnings |