thevillageinn
Technical User
Is this even possible? I would figure with a little VBA and RegEx it can be done, but I have no idea where to begin.
Anyone that's done it before care to share a little advice, or snipets?
If it helps, I'm attempting to import a Web Server log into Access for some processing, but the configuration of the file isn't under my control, so I can't make changes, I can only work with what I'm given. Supposedly, it's in Common Log Format (CLF) and looks something like this example from apache.org:
Anyone that's done it before care to share a little advice, or snipets?
If it helps, I'm attempting to import a Web Server log into Access for some processing, but the configuration of the file isn't under my control, so I can't make changes, I can only work with what I'm given. Supposedly, it's in Common Log Format (CLF) and looks something like this example from apache.org:
127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326