FilePathMustHaveRegex
A regular expression to choose the files to synchronize from Google Drive. The full path of a file must match the regular expression, otherwise the file is not ingested. Paths are constructed by concatenating folder names with the file name (separated by a forward slash).
Type: | String (regular expression) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | FilePathMustHaveRegex=folder1/subfolder/.*\.zip
|
See Also: | FilePathCantHaveRegex |