I have a CSV file which consists of new carriage returns (\n) in each row. While reading the CSV file from cloud storage using TextIO.read function of Apache beam it is considering \n as new record. how can i overcome this issue.
I have tried with by extending filebasedsource but it is reading only first line of the CSV file when we apply pTransorms.
help will be appreciated
Thanks in Advance