I'm working on a project where we will be pulling hundreds of rows of information out of a bunch (hundreds) of Excel files, and storing that info from each Excel file into it's own SmartSheet. I already have the process down to pull the info we need from the Excel and stores it into a CSV file, so then the CSV file can be uploaded into SmartSheet for us to run reports across the information.
One column in particular, looks like this:
Sometimes (but not always which is weird) the data in the column above is getting converted into date format. So in the example above, that is how it looks in the CSV file, but after import, it looks like this:
So there are multiple entries with 02.01.00 on the same file (there is a separate indexing column) and that same entry would exist across every file created. And it's not consistent as to why it is getting converted to a date. I've checked the source file, and the column is formatted the same across them all. And there are the same columns in each CSV file getting created (it's a macro running to create the CSV files so they are created consistently).
Any help or insight would be greatly appreciated.