Skip to content
Snippets Groups Projects
  • Lionel GUEZ's avatar
    32b69e8f
    Extract format from input file name · 32b69e8f
    Lionel GUEZ authored
    It is not enough to parse the input file name and extract the date
    because, when we process other dates, we have to construct file names
    in the same format. So do not use `parser.parse` for the input file
    name, try various formats and remember the one that works.
    32b69e8f
    History
    Extract format from input file name
    Lionel GUEZ authored
    It is not enough to parse the input file name and extract the date
    because, when we process other dates, we have to construct file names
    in the same format. So do not use `parser.parse` for the input file
    name, try various formats and remember the one that works.