For my practice I tried joining two CSV in Apache Beam on a condition with no success. Also checked multiple posts, however nothing works.
I have two CSV input file, tab separated, and I want to extract Column A, C from Primary file and Column A from secondary file. Join condition will be Master.A = Secondary.B
I tried creating different Pcollection for both of them and do not know how to proceed further. Again, this (CSV join) is one of the condition. How will I deal when it's a combination of multiple files (CSV-JSON-xyz)?