I have a folder containing csv files like myfile.YYYYMMDD.log. I would like to load the files and keep a state based on the data in the file name. What tap can I use? (The content of the file are jsonl. I think I cannot use the content of the csv as
keys
to determine the state expected by the tap-csv).