Hi All, I'm using the DataImportHandler to import documents to my index. I assign one of my document's fields by using a sub-entity from the root to look for a value in a file. I've got this part working. If the value isn't in the file or the file doesn't exist I'd like the field to be assigned a default value. Is there a way to do this?
I think I'm looking for a way to re-assign the value of a field. If this is possible then I can assign the default value in the root entity and overwrite it if the value is found in the sub-entity. Ideas? Thanks, Tricia