Have a data file consisting of a string (no tabs and no spaces and no column names). First two columns are equivalent to one piece of data, third column is another and 4 thru 7 are something else, etc.
How can I get these strings into a dataframe with named columns? All the answers I've seen assume that I have tabs, spaces etc.