Hi all
I am attempting to input multiple worksheets of data within an Excel spreadsheet - unfortunately these are exports from a system which doesn't let you collate them into one worksheet!
Each of these worksheets follow the same field format, however when they are collating using a Dynamic Input tool, it becomes clear that Alteryx doesn't view them as the same data format. An example would be where the same field in two different worksheets is viewed as a Double in one, and a string in another. A different example would be dates - in one dataset, the date field is correctly empty, and in another, it is correctly populated. Alteryx views the empty field as a string, and the populated field as a Date.
The instinctive solution to me is to find a way to default the field types before input, and then amend accordingly using a select tool later in the workflow. The goal of this is simply to bring in all of the datasets, and then manage the data types appropriately afterwards.
Thanks in advance for any help.
Harry