MySQL Forums
Forum List  »  Newbie

Re: Importing Tomcat Access Log
Posted by: Andrew Taylor
Date: February 04, 2015 10:27AM

Ok so I added a couple more columns, and used sed to remove all the "" from the files. Now my issue is it only loads 1 row. there are several thousand rows of data to be loaded. What would prevent this from working.

Below is the query I am using now.
load data infile '/tmp/sql/iweb2.txt'
into table StandardGolfIweb
fields terminated by ' '
lines terminated by '\r\n';

here is the data after using sed against it.
128.1.1.20 - - [03/Feb/2015:00:00:05 -0600] GET /isweb/servlet/PrintFilePollingServlet?id=248504470001111CC536F.ipf&version=2.01.01&pc=001111CC536F HTTP/1.1 200 45 - Java/1.7.0_40

128.1.1.243 - - [03/Feb/2015:00:00:05 -0600] GET /isweb/servlet/PrintFilePollingServlet?id=6967057597C0507ACC6EA.ipf&version=2.01.01&pc=7C0507ACC6EA HTTP/1.1 200 45 - Java/1.7.0_40

Options: ReplyQuote


Subject
Written By
Posted
February 03, 2015 05:01PM
February 04, 2015 06:29AM
Re: Importing Tomcat Access Log
February 04, 2015 10:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.