Import Tomcat combined log file format

Hello,

can you give me an advice how to import Tomcat combined log format?

This is the format definition:

https://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/valves/AccessLogValve.html

combined - %h %l %u %t “%r” %s %b “%{Referer}i” “%{User-Agent}i”

It seems that this documented tomcat format is not yet supported by default in import_logs.py
My actual Piwik version is 2.16.0

Thanks