https://github.com/SkylineCommunications/SLC-GQIDS-Files
A generic GQI data source to get a file list from the DM server.
https://github.com/SkylineCommunications/SLC-GQIDS-Files
dataminer dataminer-automation-script skyline-communications
Last synced: 10 days ago
JSON representation
A generic GQI data source to get a file list from the DM server.
- Host: GitHub
- URL: https://github.com/SkylineCommunications/SLC-GQIDS-Files
- Owner: SkylineCommunications
- License: mit
- Created: 2023-02-13T08:44:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T11:41:45.000Z (6 months ago)
- Last Synced: 2024-11-13T12:30:36.694Z (6 months ago)
- Topics: dataminer, dataminer-automation-script, skyline-communications
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SLC-GQIDS-Files
A generic GQI (Generic Query Interface) data source to get a file list from the DM server.The data source has these input arguments:
* Path (default: C:\Skyline DataMiner\Documents\DMA_COMMON_DOCUMENTS)
* Search Pattern (default: \*.\*)
* Recursive (default: False)The data source returns a list of files with these fields:
* File Name
* Path
* Created
* Last Modified
* Size
* Type
* Read Only
