Interface FieldValueCreatingTransformer<T>

    • Method Detail

      • createMappedValue

        IngestFieldValue createMappedValue​(java.lang.String inputFieldName,
                                           IngestFieldValue inputFieldValue)
                                    throws AttivioException
        Process a single IngestFieldValue and return a new value to be placed into the document for this input->output mapping.
        Parameters:
        inputFieldName - The input field name being processed.
        inputFieldValue - The value to process.
        Returns:
        the new IngestFieldValue or null to not output a value for this input value.
        Throws:
        AttivioException