Re: Accessing CSV headers

2019-04-12 Thread tejanahmedhu
I am using the latest SDK (Apache Beam 2.11.0) I have been trying to use a variety of code online, however I am aware that com.google.cloud.dataflow.sdk has deprecated but updating this library did not enable the code I found to be recognised. Deprecated:

Accessing CSV headers

2019-04-11 Thread tejanahmedhu
Hi I am new to Apache Beam, and have been trying to access the CSV headers from a csv file I referenced as input. Is there a way to collect the headers in a CSV using Apache Beam so that the following records can be processed and compared as columns and rows to another csv file? Please