Details
-
New Feature
-
Status: Triage Needed
-
P2
-
Resolution: Done
-
None
-
None
Description
A common request by users is to be able to separate a text files read by TextIO with delimiters other than newline. The Java SDK already supports this feature.
The current delimiter code is located here and defaults to newlines. This function could easily be modified to also handle custom delimiters. Changing this would also necessitate changing the API for the various TextIO.Read methods and adding documentation.
This seems like a good starter bug for making more in-depth contributions to Beam Python.
Attachments
Issue Links
- is related to
-
BEAM-2802 TextIO should allow specifying a custom delimiter
- Resolved
- links to