Looping in the current directory and checking if the file extension ends with yaml, then split the filename on dot and perform other operations. Below is my code.
Wha