Skip to content

When calling newContent with a binary file, you end up with a lot of null values warning in the logs #142

@eborisowIQVIA

Description

@eborisowIQVIA

When you use code like the following:
context.newContent(input.getId(), new FileInputStream(workFile))
.fields(f -> f.merge(candidateFields))
.emit();

where workFile is a binary file, you get a lot of warnings depending on the file type. In the case of Excel files, you end up with a lot of messages like this:
invalid object type:null for key:clrMapOvr.masterClrMapping

Is there any way to stop these error messages from appearing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions