SyntaxFix
Write A Post
Hire A Developer
Questions
more example
I have configus.yml with flows files
"pattern": - _(\d{14})_ "datetime_string": - "%m%d%Y%H%M%f"
in python code I use
data_time_real_file=re.findall(r""+flows[flow]["pattern"][0]+"", latest_file)