I've received a data dump from a library catalogue, it came out in .txt format. I've been able to get the data into a spreadsheet, but it is all in one column. I would to transpose the rows into columns.
The data is in this one column in the following order: Title Document Type Author Date
But in some cases, the catalogue records appear in the order: Title Document Type Synopsis Author Date
Therefore I cannot transpose these records into columns based on the number of rows.
Each title has the word "Description" ahead of it. This is the one regular feature throughout the entire dataset.
Is there a way to use OpenRefine to transpose rows into columns based on the text in a column? To transpose x rows after the row containing "Description" until the next instance of the word "Description"?