Skip to content

Add the ability to read file headers from custom record extractors #613

@yruslan

Description

@yruslan

Background

Sometimes information defined in file headers is needed for processing files themselves.

Currently, custom record extractors receive input streams of data from the index location, which can be in the middle of a file.

Feature

Add the ability to read file headers from custom record extractors.

Proposed Solution

Add another stream to the extractor context. The second stream should always point to the beginning of the file.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions