From tlog > csv, now to mysql

About a week ago, I shared a Java CLI for converting .tlog to .csv. Well, to go along with that, I’ve created a python script to take that csv, create a mysql database table, and populate it. You’ll need your own database and to edit line 1116 in the .py to match your setup. You can check out both at http://www.markbrown.space/tlogtocsv.html

4 Likes