I have a folder containing csv files like myfile.Y...
# troubleshooting
s
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).
e
You might wanna give tap-spreadsheets-anywhere a try. It uses the file’s modified timestamp as state