Forum Discussion

JohnMcAteer's avatar
JohnMcAteer
Copper Contributor
Jul 29, 2022

Excel issue with dates being changed

 

We have 7 Excel reports (.xlsx) that are downloaded from various different sources and put onto a shared drive, they are then picked up by a BOT, which uses Alteryx to combine them into 1 large report (.csv) that it places on the shared drive.  The issue is that sometimes on the 1 large report, the Start Date and End Date columns are fine for most rows, but some rows have entries which are no longer dates, and don't match any dates in the individual 7 reports for that row.

 

For example the report which pulls in the dates into the 1 large report would have;

 

01-Jan-2018
30-Jun-2018

 

 

but when the dates are pulled into the 1 large report, instead of appearing as;

 

01/01/2018

30/06/2018

 

they appear as;

 

02/26/4149185
01/31/4191765

 

 

The really strange thing is this issue only appears for certain people.  Other people can follow exactly the same steps, download the 7 reports from the same sources, and when the 1 large report is created, all dates are as expected, with no problems.  And some of these people who could run these reports without problems for months (while others had this problem), one day they start getting this problem.  And once someone gets this problem it doesn't go away, so it's reducing the pool of people who can do this work.

 

So I don't think it has anything to do with Alteryx or the data transformation, I'm assuming it's something user specific but if I compare the downloaded reports for a person who has the issue, and another who doesn't I can't see any format differences, there aren't any differences with version of Excel or Office between these people, I can't see a reason.  The randomness of it doesn't make sense.

 

  • JohnMcAteer 

    I don't know what that could be, but that's not Excel. Look, you have few reports where dates are correct. Some other tool transforms and combines these reports into csv file. The latest is just text file, you could open it in Notepad or any other editor and check if dates are correct or not. And/or separators in csv are added correctly or not.

     

    • JohnMcAteer's avatar
      JohnMcAteer
      Copper Contributor

      SergeiBaklan 

      Thanks for the response. If I open in Notepad the dates appear exactly as in CSV, and the separators look OK.  I know CSV is just a text file, but I don't understand why the user who generates it makes a difference.  To me that would indicate the transform & combine isn't relevant as otherwise it would happen to every user.  If I look at the individual reports (xlsx) of a user who has this issue, and another who doesn't I cannot see any differences, but it would appear this is the cause of the differing outputs.

       

Resources