Logs import question

Hello,

In “Import Web Server Logs script”, it seems that Piwik computes visits based on the IP address.
Is it possible to set this calculation with a key like “IP Address / user name”?

For example :

This is a log :

84.12.52.21 sub.site.com “user1” [11/Oct/2012:08:13:19 +0200] "GET /…
84.12.52.21 sub.site.com “user2” [11/Oct/2012:08:15:00 +0200] "GET /…
84.12.52.21 sub.site.com “user3” [11/Oct/2012:08:21:14 +0200] "GET /…

3 users with the same IP address are logged but each user have a different login.
After import process, Piwik shows a single visit. We need that Piwik shows 3 visits.
Is it possible ?

Thanks !

Not possible yet, but we could implement this change if you wanted to sponsor it. Please contact: http://piwik.org/consulting/

Thanks for your answer.

Do you think I could do it myself by modifications of the script “import_logs.py” or it needs more technical modifications ?

Thanks