```json
{
    "title": "Need a Regular Expression to Mangle IIS Log Files",
    "url": "https://performancezen.com/2004/12/14/need-a-regular-expression-to-mangle-iis-log-files/",
    "datePublished": "2004-12-14",
    "dateModified": "2004-12-14",
    "language": "en-US",
    "description": "Ok, I need some help in writing a Regular Expression that will allow me to split up IIS logfiles into a usable format for entry into a database. I have…",
    "author": "spierzchala",
    "publisher": "Performance Zen"
}
```

# Need a Regular Expression to Mangle IIS Log Files

Ok, I need some help in writing a Regular Expression that will allow me to split up IIS logfiles into a usable format for entry into a database. I have one for NCSA/Apache, but no one on the web seems to have one that I can use for the mangles output that I am getting from the IIS logs I have been asked to analyze.

Drop me a line if you can help out.
