Hi All,
This is my initial experience with the Alteryx Designer tool, and I would appreciate your guidance in finding solutions to this matter..
My Query
I possess an .xlsx file that encompasses data ranging from columns A to AZ. My objective is to extract specific rows from this Excel file and present the output in a separate Excel document formatted according to specific requirements. The output file will already include a header, and the records should be appended beneath this header.
Furthermore, I require that additional validation be incorporated prior to the generation of the output data file as outlined below.
1) The input file contains names organized into three columns: First Name, Last Name, and Middle Name. These names should be concatenated and included in a single column in the output file.
2) An additional validation must be incorporated into this output file to ensure that if three rows of data are duplicates, only a single row is generated in the output instead of multiple rows.