We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great to support wildcards into these two tasks (copy and delete).
The following command will delete all the files for which the filename is starting by CRDS_FTP_FTP_ and having an extension .csv.
CRDS_FTP_FTP_
.csv
<cleanup> <file-delete-pattern path="U:\Data Quality Checks\" pattern="CRDS_FTP_FTP_*.csv"/> </cleanup>
The following command will delete all the files with an extension .csv or an extension .txt
.txt
<cleanup> <file-delete-extension path="U:\Data Quality Checks\" extension=".csv;.txt"/> </cleanup>
Comparable methods are supported to copy files: file-copy-pattern and file-copy-extension.
file-copy-pattern
file-copy-extension
The text was updated successfully, but these errors were encountered:
An alpha version is available at https://ci.appveyor.com/project/Seddryck/nbi/builds/24907589/artifacts 1.21.0-alpha.1+45
1.21.0-alpha.1+45
Sorry, something went wrong.
Beta available at https://ci.appveyor.com/project/Seddryck/nbi/builds/24917349/artifacts or upgrade package via Update-Package NBi.Framework -version 1.21.0-beta0047.
Update-Package NBi.Framework -version 1.21.0-beta0047
Documentation updated.
No branches or pull requests
It would be great to support wildcards into these two tasks (copy and delete).
The following command will delete all the files for which the filename is starting by
CRDS_FTP_FTP_
and having an extension.csv
.The following command will delete all the files with an extension
.csv
or an extension.txt
Comparable methods are supported to copy files:
file-copy-pattern
andfile-copy-extension
.The text was updated successfully, but these errors were encountered: