I am loading data from multiple file into DB tables using dynamic schema. The issue i am facing is since the input is from a file all the columns are considered as Character and the table is created with all the columns as char. I have a few date , float and int columns which need to be reflected in the datatype of the columns in the Database. Please let me know if there is a workaround.