It’s possible our team just isn’t doing this right, but I figured I’d drop it here as a feature request just in case.
When table columns are being created, it looks like they always get some kind of gibberish string (presumably something to help keep them unique) bolted to the front of the col name. For example “Item_Weight” might become something like “fjdksl_Item_Weight”.
The gibberish actually doesn’t bother me (especially if it’s needed for some kind of uniqueness), but can that start getting bolted at the end? i.e. Item_Weight_fjdksl?
If you query the data and get all the column names and values and paste into something like Excel, you can’t sort them logically b/c the gibberish is in the front (you’re basically sorting on the gibberish and not the column name).
I think the team said there was a way to go through and rename them, just curious if the defaults could be updated in the future so this isn’t required.
Thanks again!