Our test log files are stored in .asc format. Each file contains around 5000 rows of these Logging Strings as shown in the image. I would like to reduce the size of these files.They are around 4-5 MBs each bringing the total folder size for one test run around 700-900 MBs. The files are output from the system in only .asc format so i might have to opt for post-processing in this case. What would be the best way to reduce the size of the file, if i need reduction by a factor of 5 to 10?
- Will a conversion to binary file format be suitable? If yes, is it going to be in .bin format or something else ?
- If i opt for lossless compression technique for size reduction what would be a better option? Is there a ready tool that would run the technique for me like 7zip or should i be writing a program by myself? [I couldn't find much information leading to this point hence had to ask here]
Zip doesn't yield satisfactory result
One more question i had is why is it called .asc file ? It looks to me more like a .csv file or a .txt file. Is it that i see it in this format because of the file viewers i use ( notepad/notepad++/excel). Based on the formatting seeing in the image, isn't this more appropriate to be called a .csv file? This is just to enhance my knowledge about the difference between a csv, txt and .asc file.
