BIX Extact Date is converted to DateTime format in CSV

Hi All,

we have a BIX Extact which exacts the data from Database to csv file and is converting the date to Datetime format. ( eg, 20250101 to 20250101T00000GMT). We want to have the date format extacted as is and not converted into Datetime while extacting. (The property is of Date type)

@SameerR6 take date property from class and map it to text property while doing BIX extract, then it will not convert it date time

@VivekK16711353 Thanks, for your response Vivek. Is there a reason why there is a conversion date to Datetime?