I’ve been using the CSV export lately to keep my data in a seperate file. Unfortunatly any numbers used (like for Internal IDs, or years) use just the digits they need.
So you have like Character1, Character 2, …, Character11
But if I organize that by alphabetical order in a csv file, it order them like this:
Character1
Character11
Character2
Same things for dates- the year 570 is after 1870 because 5 is after 1. Or ‘Chronological Order.’
I believe the only solitions to this are either to have the numbers saved as numbers, not text, but that would only work for things like the year- without any words.
I would like for there to be an option in the Export to CSV function to add ‘leading 0s’ and essentially add the needed digits, depending on the highest number used.
So you would instead have
Character01
Character02
etc.
If you get into the 100s, make it “Character001” instead.
(If this is something that can be worked around outside of Aeon, please let me know, just in case this isn’t or can’t be implemented).