Online Documentation for Advanced Data Import for RAD Studio VCL

TQImport3HTML.Map


property Map: TStrings;

 

Description

To set the correspondence between the dataset fields and the HTML table column you should define the Map property in the following way:

DataSet.FieldName1=1,

DataSet.FieldName2=2, etc.