Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
yruslan opened this issue Apr 26, 2023 · 0 comments
Closed

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

yruslan opened this issue Apr 26, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yruslan
Copy link
Collaborator

yruslan commented Apr 26, 2023

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.

@yruslan yruslan added the enhancement New feature or request label Apr 26, 2023
@yruslan yruslan self-assigned this Apr 26, 2023
yruslan added a commit that referenced this issue May 4, 2023
…file stream so

they can use it for extracting headers and footers.
yruslan added a commit that referenced this issue May 4, 2023
…file stream so

they can use it for extracting headers and footers.
@yruslan yruslan closed this as completed May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant