Hi all,
I have about 40 xlsx csv and I need to learn a way to import them directly into Alteryx without having to change everytime for the setup of each of them.
The problem is that the xlsx/csv start on different lines. There is always a serie of columns where the document information starts, but don't know how to tell Alteryx to learn that. Example:
Document 1:
1 abc
2 blank
3 blank
4 information starts (columns called "Name", "Surname","Last name")
Document 2
1 abc
2 information starts (columns called "Name", "Surname","Last name")
Condition in this case would be. IF first three columns start with "Name", "Surname","Last name", start importing on line 4 for document 1 and on line 2 for document 2. At some documents, information can be at line 3759 for example. Does not necessarily have to be in first lines.
I was wondering if anyone can give me a help on that. Inserted a couple of xlsx just in case you want to make an example on how you would do it.
Best regards,
Cesc