You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Etienne Chauchot (JIRA)" <ji...@apache.org> on 2017/08/24 07:14:00 UTC

[jira] [Created] (BEAM-2802) TextIO should allow specifying a custom delimiter

Etienne Chauchot created BEAM-2802:
--------------------------------------

             Summary: TextIO should allow specifying a custom delimiter
                 Key: BEAM-2802
                 URL: https://issues.apache.org/jira/browse/BEAM-2802
             Project: Beam
          Issue Type: New Feature
          Components: sdk-java-extensions
            Reporter: Etienne Chauchot
            Assignee: Etienne Chauchot
            Priority: Minor


Currently TextIO use {{\r}} {{\n}} or {{\r\n}} or a mix of the two to split a text file into PCollection elements. It might happen that a record is spread across more than one line. In that case we should be able to specify a custom record delimiter.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)