Hi,
I am new to Alteryx. 🙂
I am currently having trouble combining a directory and also splitting all the excel files into columns.
What I want it to do is:
- Skip the first two rows in each excel file
- Combine all of the excel sheets together
- Split the text to columns based on the first row as headers
Does anyone have any experience in this?
I have attach a picture of what I have done so far.
the error it is giving me is "too many fields in record #1", which I am assuming means I need to split the columns before I combine the files together maybe?