|
I have to correct my Question. I mean columns not rows!!
Christian Fahn schrieb:
> Help needed
>
> I have got a dataset with a couple of rows which are all of type
> charakter. It could look like the following example:
>
> 1.3 / AA / 5.9 / 7 / BA
> 2.7 / BA / 7.9 / 7 / CA
> 5.9 / GF / 8 / 6.7 / JK
>
> (The '/' is only used as a separator in this example.)
>
> I want to convert this dataset to a dataset in which The first row is
> type number, the second is type character, the third is type number, the
> fourth is type number, the last is type character.
>
> How can I do this?
>
> Or maybe is there another possibility to change the data type directly
> in the first dataset?
>
> Thanks for any help
>
> Christian
|