I have a left join of Contact table with Company table and I’m adding the Company.Name column as one of the columns, but when I go to pick the field in the Table Generator using Server Connect I only see “name”. I would prefer it to show table.column to differentiate it from any similar named fields from the main table.
To overcome duplication where id or name could be found in different tables, I always name the fields starting with the table name. In your case Name would become CompanyName.