D_pxListFiles is a data page which is providing the below functionality. We would like to get the number of rows of a csv/json file on repository as well.
Can it be included as part of this data page? This is created as part of Pega-IntegrationArchitect:08-01-01.
List the files and folders present under a given folder on a repository. Returns the following metadata for files/folders under the input folder:
- pyName - short name of the file/folder
- pyPath - complete path of the file/folder from the root
- pyIsFolder - true for folders and false for files
- pyLength - size in bytes (returned for files only)
- pyLastModifiedTime - time the file was last modified