How to load a text file to pyspark dataframe with rows having different schemas?
I have text files with the format like below, is there a way to load the entire text file (ALL COLUMNS) and then split out to handle the various schemas? First column indicates the different schemas.