I have to convert several thousand records from a spreadsheet to a good relational database format. The problem is that the excel spreadsheet is one column with 15,000 rows like so:
Name
Address
Phone
Name
Address
Phone
Name
Addres
Phone
etc, etc, etc. . . it goes on for ever.
After I import it, I want to convert the data to appropriate unique columns for name address and phone (then I'll parse out the pieces fo the address).
Can anyone help with accomplishing this. . .assuming the lines are consistent (i.e. every forth row starting with row one goes to column 1, every forth from row two goes to column two, etc.).
Thanks for any help as always!
Name
Address
Phone
Name
Address
Phone
Name
Addres
Phone
etc, etc, etc. . . it goes on for ever.
After I import it, I want to convert the data to appropriate unique columns for name address and phone (then I'll parse out the pieces fo the address).
Can anyone help with accomplishing this. . .assuming the lines are consistent (i.e. every forth row starting with row one goes to column 1, every forth from row two goes to column two, etc.).
Thanks for any help as always!