Hello all,
I am having trouble correcting the date format. In the attached flow, there is a field called recordTimeStamp. When I had imported the .hyper file into Tableau and using the formula Date(recordTimeStamp), it displays the date as follows:
8/2/2023
9/2/2023
10/2/2023
I checked the weekdays for those dates, and it's reading it as August 2nd, September 2nd, and October 2nd. It has the months and days switched. It should be 2/8/2023, 2/9/2023, and 2/10/2023 with the weekdays being Wednesday, Thursday, Friday, respectively. On the CSV output file, it looks correct but with the .hyper output file in Tableau, it's incorrect. I tried to use the DateTime tool to try to correct, but the output datetime field shows NULL. If anyone can please offer suggestions, would greatly appreciate it. Thank you!