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