ETL from SQL to Excel
I used the Data conversion tools to transfer the data from SQL to Excel
the issue is in the numeric field, when transfer to the excel, the columns show up as text field
in the data conversion the output columns datatype some are Numeric[DT_NUMERIC],four-byte signed integer [DT_I4] or double-precision float [DT_R8] ..
but those field in EXCEL_DESTINATION under External Columns Datatype come as Unicode string [DT_WSTR].. the issue here is when i change this data type to Numeric[DT_NUMERIC] or any . Dot accept it or dont save it.. when I close and open again the data type still show [DT_WSTR]