1

I have big file that contains log information. Suppose, it in CSV format and has table structure. I want tool that can load this file and make some queries. For example: show often repeated entries, count of same entries etc.

4 Answers4

1

'excel' comes to mind. otherwise 'r', the language for statistical computing, especially 'importing spreadsheet like data' is worth reading.

akira
  • 63,447
1

Microsoft Access

Carling
  • 229
1

Try Microsoft's Log Parser. Some more info here, and a GUI for it here.

RedFilter
  • 506
0

Excel is your best bet. I agree with @akira

Access is too complicated for this task. You would have to mess around with wizards and not quite get what you want or figure out SQL

Excel is more than enough 'visual'. You can make pivots and charts to get a better sense of your data

George
  • 171