Hi everyone, I have a Flink job where I'm monitoring specific directory for files. I'm using FileSource with CsvReaderFormat. I'm trying to get the name of the file and process it along with the file's data, however, there is no straight forward solution to achieve this, I was thinking to implement my own FileSource and CsvReaderFormat class but I'm not sure that would help. Is there another way to do it?