Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
Hi, Very New To Clearml And This Concept In Overall. Does Clearml-Data Track Feature In Excel File? I.E. Can It Give Me An Evoution Of The Excel File? Thanks


Hi JitteryParrot8
clearml-data is a tool for improving datasets management, including versioning. However it is not tracking modifications at the file level , so it would not track the evolution of a single file.
The idea is to create a dataset with your excel file, and each time you will change that file, you will create a new version of the dataset with the updated file. So that you could register the different versions of your file through the dataset version.

  
  
Posted one year ago
106 Views
0 Answers
one year ago
one year ago
Tags