Using PB 12.6 against Oracle, I can not get a save as text with headers to preserve the case sensitivity.
SELECT column_name_id AS "Column_Name_ID"
Or AS "COLUMN_NAME_ID"
Text file has column_name_id as the header name or at one point was only each word capitalized such as "Column_Name_Id"
I thought this might be an option or preference setting but can't find it?