OpenCDSS / cdss-lib-processor-ts-java

Colorado's Decision Support Systems (CDSS) time series processor library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

DeleteTableRows - need a way to delete first and last rows, set processor properties #189

Closed smalers closed 1 year ago

smalers commented 1 year ago

I have a workflow that needs to process the latest files, with names that include date. The ListFiles command can be used to list the files and it would be convenient if the DeleteTableRows command could then delete non-needed files from the table list. This is cleaner than enhancing ListFiles.

smalers commented 1 year ago

I updated the command to have First, Last, DeleteCountProperty, and RowCountProperty parameters. Close this issue.