Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We are using Talend 6.2.1. and Exasol 5.0
I'm transferring data from a table to another table (see Uppercase_1). I want to use lowecase column names, e.g. Material_no and Language (see Uppercase_2). Also in the output schema it's in lowercase. (see Uppercase_3). I run the job and create the table (see Uppercase_4). It is running fine, but if I look into the create scipts (see Uppercase_5) I see MATERIAL_NO and Language. Change the the create to Material_no and Language (see Uppercase_6) and running with truncate table, i get an error "object MATERIAL_NO not found" (see Uppercase_7).
It looks like reserved words are transferred to lowercase, but non-reserved wordt not. You see this back in the code, Talend is generating a \" around Language and nothing around Material_No (see Uppercase_8).
Has someone a suggestion how to deal with this?
Regards,
Rob Reijmers
Uppercase1
Uppercase 2
Uppercase3
Uppercase4
Uppercase5
Uppercase6
Uppercase7
Upercase8