damondouglas opened a new issue, #24552:
URL: https://github.com/apache/beam/issues/24552
### What needs to happen?
## What work does this Task describe?
This task addresses support for transforming CSV records into schema aware
PCollection elements.
## What value may result from this Task's output?
Some legacy systems only support CSV export and having a mechanism for
parsing files in CSV format may help users.
## Ready and Done Measures
### Ready
- [ ] #24469
### Done
The following are measures for marking this Task complete.
**Tests detect errors in:**
- [ ] validating an output Schema
- [ ] converting `PCollection<String>` to `PCollection<Row>`
- [ ] converting `PCollection<String>` to `PCollection<T>` where `T` is a
user class type
- [ ] mapping a header to an input Schema field names, included and
positioned appropriately for each sharded CSV file
- [ ] PBegin source with multiple headers map to the appropriate Schema
### Issue Priority
Priority: 3
### Issue Component
Component: beam-community
--
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]