damondouglas opened a new issue, #24469: URL: https://github.com/apache/beam/issues/24469
### What needs to happen? ## What work does this Task describe? This task addresses support for writing schema aware PCollection elements to file systems using CSV format. ## What value may result from this Task's output? Some legacy systems only support CSV import and having a mechanism for writing files in this format may help users. The configuration is the point of entry into a File write support within a SchemaTransform context. See #24464 for details. ## Ready and Done Measures ### Ready The following are blockers for beginning this task. - [x] Community review of [design document](https://docs.google.com/document/d/1IOZrQ4qQrUS2WwQhadN35vX4AzhG4dyXMk1J-R1qJ9c/edit?usp=sharing) ### Done The following are measures for marking this Task complete. **Tests detect errors in:** - [ ] validating an input Schema - [ ] converting `PCollection<Row>` to `PCollection<String>` - [ ] converting `PCollection<T>` to `PCollection<String>` where `T` is a user class type - [ ] writing a preamble consistently for each sharded CSV file - [ ] header matches the input Schema field names, included and positioned appropriately for each sharded CSV file ### Issue Priority Priority: 1 ### Issue Component Component: io-java-files -- 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]
