I am using yaml file to store attribute and value. But some of the values need the current date to be appended.
So how do I enter the value in yaml file, so that yaml parser can automatically recognise and substitute with current date
I am using pyyaml and python