I've been tinkering with this problem for a while, but haven't been able to make much headway; I'm sure there's probably a simple solution I'm missing.
I have a .txt dataset of the form;
ID number
Name
Address1
City
Tel
ID number
Name
Address1
Address2
City
that I've been trying to transform into an excel document of the form
ID number | Name | Address1 | Address2 | City | Tel
ID number | Name | Address1 | Address2 | City | Tel
with the slight problem that the data is irregular (ie some individuals have tel no, some have left out and so on, so paragraphs not consistent number of lines.
I've tried instructing the paragraph break as a delimiter, inserting line end commas in Notepad++ and so on, but that doesn't seem to be recognised; I don't suppose anyone has an easier way of doing this? There are several hundred people in the dataset so manual transformation isn't practical.
I have a .txt dataset of the form;
ID number
Name
Address1
City
Tel
ID number
Name
Address1
Address2
City
that I've been trying to transform into an excel document of the form
ID number | Name | Address1 | Address2 | City | Tel
ID number | Name | Address1 | Address2 | City | Tel
with the slight problem that the data is irregular (ie some individuals have tel no, some have left out and so on, so paragraphs not consistent number of lines.
I've tried instructing the paragraph break as a delimiter, inserting line end commas in Notepad++ and so on, but that doesn't seem to be recognised; I don't suppose anyone has an easier way of doing this? There are several hundred people in the dataset so manual transformation isn't practical.