-
Notifications
You must be signed in to change notification settings - Fork 79
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
Bytelength #423
Comments
@yruslan - Could you please let me know if you have any idea to calculate byte length for a reach in ebcdic file ? |
Do you need a record size for each record or file size for each record? You can get a file name for each record using either
or
depending on the type of file (variable length vs fixed length) |
Thanks @yruslan , I need record size for each record. |
@yruslan , could you please help here |
Hi, sorry for the late reply. Currently, this is not supported. I've added this to feature requests.
generate record length as well. |
Background [Optional]
We are using cobrix library for reading ebcdic file in the Databricks. There is a validation requirement to check record byte length for each record in the file.
Question
Is there any option to generate byte length for the record while reading ebcdic file?
The text was updated successfully, but these errors were encountered: