Online Documentation for Advanced Data Import for RAD Studio VCL
TQImport3ODT.Map
property Map: TStrings;
Description
To set the correspondence between the dataset fields and the OpenDocument Text table column you should define the Map property in the following way:
DataSet.FieldName1=A,
DataSet.FieldName2=B, etc.