[
https://issues.apache.org/jira/browse/BEAM-12741?focusedWorklogId=637043&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-637043
]
ASF GitHub Bot logged work on BEAM-12741:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Aug/21 18:25
Start Date: 11/Aug/21 18:25
Worklog Time Spent: 10m
Work Description: nikie closed pull request #15315:
URL: https://github.com/apache/beam/pull/15315
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 637043)
Time Spent: 1h 40m (was: 1.5h)
> Read multiple files keeping track of file names (Python)
> --------------------------------------------------------
>
> Key: BEAM-12741
> URL: https://issues.apache.org/jira/browse/BEAM-12741
> Project: Beam
> Issue Type: Improvement
> Components: io-py-files
> Affects Versions: 2.31.0
> Reporter: Eugene Nikolaiev
> Priority: P3
> Labels: io, python, text
> Fix For: 2.33.0
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> When reading lines from text files with multiple patterns it is sometimes
> useful to keep track of the file names from which the lines originated.
> Example: read tab-delimited files and map their lines to column headers
> coming from separate files.
> It would be nice to have a {{ReadAllFromTextWithFilename}} transform, which
> modifies {{ReadAllFromText}} transform in a similar way as
> {{ReadFromTextWithFilename}} modifies the {{ReadFromText}} transform to
> produce tuples of file names paired with text lines.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)