-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I'm trying to use the CopyTagger to copy fields from a source system into a standardized field name.
<tagger class="com.norconex.importer.handler.tagger.impl.CopyTagger">
<copy fromField="og_type" toField="category" overwrite="true"/>
</tagger>
I've experimented with placing these in the preParseHandler and the postParseHandler as well as using the original names of the fields as well as the value that is assigned when "fixFieldNames" is used. Regardless of what I do, the fields do not end up in the SQL endpoint. I've also noticed that these fields are not automatically created by the "createFieldSQL" statement.
Does the SQL Committer not support these features of Norconex? I am using the December release of the HTTP Collector and the 2.0.0 version of the SQL Committer.
Metadata
Metadata
Assignees
Labels
No labels