I need to read an a2l file in python, make some modifications to the file itself based on a function and save it again to an a2l file. As far as I have checked there is a library 'pya2l' (https://github.com/Sauci/pya2l) in python but the examples aren't complete. In this library, a2l string has to be given as such and there isn't any way to read a file as it is.
Kindly share your feedback if you have any suggestions!