We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Add the ability to read file headers from custom record extractors.
Add another stream to the extractor context. The second stream should always point to the beginning of the file.
The text was updated successfully, but these errors were encountered:
#613 Add the ability for record extractors to hav access to the full …
d481dcf
…file stream so they can use it for extracting headers and footers.
8ce15a5
yruslan
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: