Hello,
We have some software that produces various logs, mostly in text files, INI files, and some pictures.
Ideally I would like some program to extract certain results from these files and save in to a professional looking html report template but I have no idea where to start.
I would be able to have all the results gathered in to a single .INI file so it really only needs to be able to extract from a single source initially.
The results have 3 outcomes (Pass,Warning,Fail) and a short (~40 characters) explanation.
I currently do not know any programming languages but would be willing to learn one to complete this task.
Would it be best to create a program in something like VB or C++ that saves in to the HTML file, or creating a website using PHP that extracts the data from the .INI file?
Many thanks
We have some software that produces various logs, mostly in text files, INI files, and some pictures.
Ideally I would like some program to extract certain results from these files and save in to a professional looking html report template but I have no idea where to start.
I would be able to have all the results gathered in to a single .INI file so it really only needs to be able to extract from a single source initially.
The results have 3 outcomes (Pass,Warning,Fail) and a short (~40 characters) explanation.
I currently do not know any programming languages but would be willing to learn one to complete this task.
Would it be best to create a program in something like VB or C++ that saves in to the HTML file, or creating a website using PHP that extracts the data from the .INI file?
Many thanks