| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: data transformation
On Tue, 13 Feb 2007 11:28:40 -0500, m.t wrote:
> I have log file with data like this:
>
> 20608694;20416953;20420430;20414156;20409061;20606877;20609113;20607051;20607052;20608204;
> 20418197;20408410;20606460;20606462;20607297;20607356;20415876;20426551;20419862;20421635;
>
> Is there a way (Windows or Unix) to transform it to single column ?
>
> 20608694;
> 20416953;
> 20420430;
> 20414156;
> 20409061;
> 20606877;
> 20609113;
> 20607051;
> 20607052;
> 20608204;
> 20418197;
> 20408410;
> 20606460;
> 20606462;
> 20607297;
> 20607356;
> 20415876;
> 20426551;
> 20419862;
> 20421635;
I believe the simplest, most readable solution would be to use 'tr' to translate ';' to ';\n'. Received on Wed Feb 14 2007 - 10:03:06 CST
![]() |
![]() |