apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.67k stars 4.19k forks source link

[CsvIO]: Create CsvIOParseHelpers::validate(CSVFormat) #31712

Open francisohara24 opened 2 days ago

francisohara24 commented 2 days ago

What needs to happen?

Create a helper method within the CSVIOParseHelpers class for validating the CSVFormat object that encapsulates the format of the CSV records being parsed.

Issue Priority

Priority: 2 (default / most normal work should be filed as P2)

Issue Components