I have to use raw data available in .LIST extension files and I have to import this data to much usable format like to MySql or excel.
Can anyone let me know how can I extract raw data from .LIST files. How can I parse the data in a .LIST file and probably export it to excel or MySql?
Well, I found that there is no generic way of parsing a .list file as it could have any textual information but the .list files that I was particularly interested in were from imdb and I found a python script, imdbpy, that parses and imports data from the .list files to any relational db such as mysql, MSSQL etc.