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.
Asked
Active
Viewed 67 times
4 Answers
1
'excel' comes to mind. otherwise 'r', the language for statistical computing, especially 'importing spreadsheet like data' is worth reading.
akira
- 63,447
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