You could set the data import to seperate on a : and spaces, what would give you columns with entries split at every space and every : Which should work for you ok.
How are you actually importing the data into the spreadsheet, and do you have any other export options from the database?
What format does your WMS export the data in? If you can get it to export to a .CSV file then you will be able to import that into Excel with the delimiter set as a 'space' (like the guy above has said) which will put each entry in its own cell.
It depends exactly what you want to do, but if you select that column and chose 'Data' (top menu bar) and then 'Text to Columns', you could chose 'Fixed Width' which would split every 'space' into a new column. Or you could chose 'Delimited' and split on 'space' and 'colon'.
That would make it easy to either grab a certain section of the data, or to insert a new column in between any sections of the data.
You can then use the CONCATENATE function in another column to rejoin all the data together if you want.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.