-
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
Simplify processing ASCII text files that have line ending character #295
Labels
enhancement
New feature or request
Comments
yruslan
changed the title
Simplify copybook parsing for ASCII encoded data
Simplify processing ASCII text files that have line ending character
May 25, 2020
yruslan
added a commit
that referenced
this issue
May 27, 2020
yruslan
added a commit
that referenced
this issue
May 27, 2020
Spark's support for text files is very limited for our use case since it does not support encodings and custom line endings. We need to re-implement this feature using a variable-length reader.
yruslan
added a commit
that referenced
this issue
May 27, 2020
Spark's support for text files is very limited for our use case since it does not support encodings and custom line endings. We need to re-implement this feature using a variable-length reader.
yruslan
added a commit
that referenced
this issue
May 27, 2020
yruslan
added a commit
that referenced
this issue
May 28, 2020
yruslan
added a commit
that referenced
this issue
May 28, 2020
Spark's support for text files is very limited for our use case since it does not support encodings and custom line endings. We need to re-implement this feature using a variable-length reader.
yruslan
added a commit
that referenced
this issue
May 28, 2020
Spark's support for text files is very limited for our use case since it does not support encodings and custom line endings. We need to re-implement this feature using a variable-length reader.
yruslan
added a commit
that referenced
this issue
May 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Currently, all parameters must be specified in this code snippet:
Feature
The text was updated successfully, but these errors were encountered: