ext2ncsa


Hi, welcome to the ext2ncsa page.

You must be wondering, "why did I wrote the ext2ncsa perl script?" Hmmm... actually, 
I need to convert the IIS W3C Extended Log Format (With some or all fields),
used by some customers of mine, which wants desperatedly to use the IIS 4.0 W3C Extended Log Format,
when my system processes in the standard NCSA format, so I need it converted.

By doin' that, I guess there are some other people around which have the same problem, so,
I wrote the small program and, anyone who needs it, please take it and if necessary,
update it to your needs.

How to use it:
The Script, by default, expects for the IISlog in the standard input, so ...

UNIX    : `cat IISLogfile | ext2ncsa.pl > result.log` 
WINDOWS : `type IISLogfile | ext2ncsa.pl > result.log` 

Otherwise, you can fell free to implement a OPEN(FILE,"IIS4ext.log") | die "tsc tsc... ";  and don't
need to use the [type|cat] as described above.
Download ext2ncsa

Any problems, questions or Suggestions, please drop me a line.
Denis A.V.Jr.