It would be very helpful to have the ability to auto-name the labels in a table to match the columns. Example - a simple radio button to prevent changing my_perfectly_named_field to "My Perfectly Named Field" in the table interface. Reasons are:
- Some sources have columns that are already named how we want to use them.
- Nicely named columns are what the business schemas are for.
- If you want to name the labels and columns the same, the only way is to copy/paste in the schema wizard, and you have to go line-by-line (with Chrome that is)
- If you rename all the labels to match, and then want to read data from that table into another table, all the labels are automatically named back again.
- This would be very easy to implement - just some simple front-end JS on a button to match the fields, and another button to run the existing logic for people who like the auto-naming.