deejay_totoro
Registered User.
- Local time
- Today, 13:21
- Joined
- May 29, 2003
- Messages
- 169
Import advice and help!
Hello,
I have a strange difficult problem I would really appreciate help with!
I have to import some data from a excel spreadsheet. The data is basically a list of shops with some information about work that has been done to them.
The problem is the format:
The excel spreadsheet looks like this:
[StreetField] MyStreetName
[NumberField] PropertyNumber
[OtherField] otherData
But! The problem is the data is not listed by individual property. Instead it looks like this:
[StreetField] MyStreetName
[NumberField] PropertyNumber, PropertyNumber, PropertyNumber, PropertyNumber, PropertyNumber
[OtherField] otherData
So each individual property number is stored in one cell, separated only by a comma.
Does anyone have any idea how I might split this data? I would like to see each individual house number in a separate cell/field.
Anyhelp would be greatly appreciated!
Thanks!
dj_T
Hello,
I have a strange difficult problem I would really appreciate help with!
I have to import some data from a excel spreadsheet. The data is basically a list of shops with some information about work that has been done to them.
The problem is the format:
The excel spreadsheet looks like this:
[StreetField] MyStreetName
[NumberField] PropertyNumber
[OtherField] otherData
But! The problem is the data is not listed by individual property. Instead it looks like this:
[StreetField] MyStreetName
[NumberField] PropertyNumber, PropertyNumber, PropertyNumber, PropertyNumber, PropertyNumber
[OtherField] otherData
So each individual property number is stored in one cell, separated only by a comma.
Does anyone have any idea how I might split this data? I would like to see each individual house number in a separate cell/field.
Anyhelp would be greatly appreciated!
Thanks!
dj_T