The metadata is all stored as text and will be sorted lexicographically.
The best option for numbers would be to zero-pad them to all the same length, as then lexicographic sorting will get you the correct order.
The metadata is all stored as text and will be sorted lexicographically.
The best option for numbers would be to zero-pad them to all the same length, as then lexicographic sorting will get you the correct order.
Thank you! That worked!
This topic was automatically closed 360 days after the last reply. New replies are no longer allowed.