How can I ignore a file based on the value range in a given attribute in it.


in Help
Best Answer
-
Eden60 Member Posts: 7
Contributor II
To ignore files based on the value range of a specific attribute called "Time," you can iterate through each file in the repository. Retrieve the "Time" attribute from each file and keep track of the maximum value encountered. After checking all the files, determine if the maximum "Time" value falls within the desired range of 15 to 25. If it does, process the file; otherwise, ignore it.
0
Answers
Dortmund, Germany