I would like to read csv file from GCS using the ReadFromText and like to split into multiple file based on column values.
See sample data below
Col1 Col2 Col3
Value1 data date
value2 data date_1
Value3 data date_2
Value4 data date_3
Value5 data date
I want to create the folder namely date,date_1..3 and file name prefix with date corresponding data should be load to the file .