Closed LeMoussel closed 4 years ago
is the solution to use RenameTagger tag?
Like this:
<tagger class="com.norconex.importer.handler.tagger.impl.RenameTagger">
<rename fromField="google-site-verification" toField="googleSiteVerification" overwrite="true"/>
</tagger>
Rename Tagger should do it. Please confirm.
Yes. It's OK.
In
createTableSQL
Tag, I can set the fields that are available for the tagger. I.E. the fields that would go here:The fields obtained vary for each document/site. I use DebugTagger to list them.
I create a table like this :
How to match
google-site-verification
tagger field togoogleSiteVerification
column`?