extractor_input_filename_regex
Input filename matching information
Primary Key:Foreign Keys:extractor_input_version_id=>extractor_input_version.extractor_input_version_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
filename_regex | text | No | Yes | Regex to match input filenames |
year_format | extractor_input_filename_year_format_type | Yes | No | Format of release year in the filename (YYYY or YY) |
month_format | extractor_input_filename_month_format_type | Yes | No | Format of release month in the filename (MM or text) |
quarter_format | extractor_input_filename_quarter_format_type | Yes | No | Format of release quarter in the filename (ABCD or 1234) |
extractor_input_version_id | bigint | No | Yes | The input version the filename regex belongs to |