Hi,
I currently have a workflow that uses the directory tool to pull the most recent Excel file added to a specified folder. Each file has the same formatting, specifically the same column headers. However, when each file is read the data types of the columns are not consistent.
I need help converting an entire column to be a double or integer, regardless of its initial data type. This is crucial as the file is joined with a static Excel sheet by this column, therefore they must be of the same data type.
The select tool does not seem to be working since a new file is read each time the build is run.
Below is an outline of my current workflow.