When trying to get data from Excel sheet using Read range activity, the particular column format is (hh:mm:ss), after extracting data, why is the format is changing into Generic format?
Issue Description:
When trying to get data from Excel sheet using Read range activity, the particular column format is (hh:mm:ss), after extracting data, why is the format is changing into Generic format. For e.g., the Excel format is (00:20:15), but after extracting data from Excel in data table, value is in this format: (0.0140625).
Resolution: Use the below code logic and make the necessary changes accordingly,
- Change the variable type to "generic value" and pass the same in format activity accordingly
- Then set the Format type as Date and time
- Pattern as (hh:mm:ss)