I am trying to import a number of contact entries into a single, sorted format.
The contact entries are of the following format:
Name: → firstname lastname
Email: → email1
Phone: → phone1
Url: → site1
but not all contact have all these entries so for some these is no phone number and no entry for it:
Name: → firstname lastname
Email: → email1
Url: → site1
I need a proces to import these entries into a single spreadsheet while keeping the entries sorted.