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::mapFieldPositions(CSVFormat, Schema) #31718

Open francisohara24 opened 2 days ago

francisohara24 commented 2 days ago

What needs to happen?

Create a helper method within CsvIOParseHelpers that builds a List of schema fields corresponding to the expected position of each field within the CSV record.

Issue Priority

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

Issue Components