amosmj
05-06-08, 08:19 AM
Hi all. I'm not really a programmer, I just dabble. I've dabbled in a broad range of languages but never gotten serious about any of them.
I'm about to engage in a recreational project that involves taking an output file from a program and breaking it down, extract what I want from it, then compile it in a meaningful way. The file I'm working with is roughly 1 mb, the format is pretty standardized so I don't need to do a lot of creative linguistics or anything hard like that. I basically just need to take a txt file. Look for some cues, pull data based on those cues then move on down the file. Ideally I would take the data and build a comma delimitted spreadsheet, build and XML file or put it directly into some kind of database like object (access, MySQL....whatever else).
So can anyone point me to a programming language that is well suited for a beginner to do that kind of extraction and recompilation? I'm willing to invest time and effort.
I'm about to engage in a recreational project that involves taking an output file from a program and breaking it down, extract what I want from it, then compile it in a meaningful way. The file I'm working with is roughly 1 mb, the format is pretty standardized so I don't need to do a lot of creative linguistics or anything hard like that. I basically just need to take a txt file. Look for some cues, pull data based on those cues then move on down the file. Ideally I would take the data and build a comma delimitted spreadsheet, build and XML file or put it directly into some kind of database like object (access, MySQL....whatever else).
So can anyone point me to a programming language that is well suited for a beginner to do that kind of extraction and recompilation? I'm willing to invest time and effort.