-
Notifications
You must be signed in to change notification settings - Fork 78
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
File-(start/end)-offset #601
Comments
Hi, if you want to skip some bytes from each file, use:
|
Hi @yruslan thanks for replying. .option("file_start_offset", 45) these options are working if file is has rdw only. If file has rdw and bdw, above options are not working. |
Oh, I see. This is interesting, will check. |
Confirmed. Added to be fixed. Thank you for the bug report! |
This should be fixed in the master branch. |
Fixed in 2.6.7. |
Describe the bug
I have variable block with variable length file with header and trailer.
I want skip first 45 bytes and last 45 bytes
In 2.2.2. Version, I am able parse it but not in 2.6.5 #
The text was updated successfully, but these errors were encountered: