The goal of this exercise is to create a GQI (Generic Query Interface) ad hoc data source which can be used to get the file list from the DataMiner server.
The ad hoc data source must have these input arguments:
- Path (string, default: C:\Skyline DataMiner\Documents\DMA_COMMON_DOCUMENTS)
- Search Pattern (string, default: *.*)
- Recursive: Specifies whether the search operation should include only the current directory or all subdirectories (boolean, default: False)
The ad hoc data source returns a list of files with these fields:
- File Name
- Path
- Created
- Last Modified
- Size
- Type
- Read Only

