How to move the web search results to your database (field mapping)?
Field Mapping
- Field mapping is defined in the Data Field Mapping text box. To review field mapping click Field Mapping tab. You are allowed to modify field mapping.
- Mapping syntax:
[field name from the script]=>{field name in the database}
example:
[title]=>{Title}
- [$] Means a new line
example:
YourText:[$][FoundField]=>{FieldName}
means:
YourText: + new line + value of FoundField is assigned to FieldName
- It is possible to combine text and more than one variable:
Field1:[$][var1][$]Field2:[$][var2]=>{FieldName}
- It is possible to append to a field (it makes sense only when Updating Records):
[varname]+>{FieldName}
- Use [^] in the mapping rules to include the site name
Add records from the Internet, Datata Field Mapping:
|
|