Forum Discussion
diegopoggioli2500
Dec 01, 2023Copper Contributor
How to maintain the order of columns in a custom type connector?
We are loading the columns using a tabular_schema and loading the columns in a specific order but this is not maintained in UI. Is there a way to specify and maintain the indicated column order?
1 Reply
- BillClarksonAntillIron Contributor
Depending on your code and how you have created the schema, try adding in a project-reorder or sort function
This should arrange the order based on a number of available conditions
See KQL reference https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/projectreorderoperator