Hi All,
I'm using BODS 4.1 with Microsoft Excel Macro-enabled workbook as source. I have a column in the Excel.xlsm which has values like
00:00:00
00:15:00
00:30:00
00:45:00
and its format in the xlsm file is custom - hh:mm
When I load this column with data type Varchar(12) of a temp table in bods I'm getting values like,
0.0
0.0104166666
0.0208333333
0.03125
Kindly suggest how to handle this. Thanks much!
Cheers
Jim