Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CsvIO]: Create CsvIO::mapContextualTextIORowToKV #31735

Closed
2 of 16 tasks
francisohara24 opened this issue Jul 1, 2024 · 0 comments
Closed
2 of 16 tasks

[CsvIO]: Create CsvIO::mapContextualTextIORowToKV #31735

francisohara24 opened this issue Jul 1, 2024 · 0 comments

Comments

@francisohara24
Copy link
Contributor

francisohara24 commented Jul 1, 2024

What needs to happen?

Create a helper method within CsvIO for processing the PCollection<Row> output of ContextualTextIO.ReadFiles into a PCollection<KV<String, String>>.

  • CsvIO.ReadFiles, the main transform for reading CSV files within CsvIO, will rely on ContextualTextIO.ReadFiles for parsing CSV files into CSV record strings for further processing.
  • A helper method is therefore required for converting the output PCollection of ContextualTextIO.ReadFiles into a PCollection of KV mapping each CSV record (String) to its file name (String).

Issue Priority

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

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@francisohara24 francisohara24 changed the title [CsvIO]: Create CsvIO::mapContextualTextIORowToKV class [CsvIO]: Create CsvIO::mapContextualTextIORowToKV Jul 1, 2024
@github-actions github-actions bot added this to the 2.58.0 Release milestone Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant