I am exploring using Alteryx to help format data from a template clients fill out. The process involves client's wanting to take their historical data from a competitor and migrate it into our solution. This requires them to fill out a one page data template in Excel with several columns. From here, our data analysts prep the import files - and this involves creating 5 separate import files for the 5 separate tables that the data will be inserted into within our database. I am trying to find a tool that will look at this data, then parse out the data into each of the 5 tables needed with just the fields needed for each of the files. For example, this is giving data for NPO grants and the data template the client fills out is created at the grant level (each row corresponds to one grant). And one of the files we generate for import from this template is an organization file. This file will have a unique ID, org name, and demographic info. I am looking for a tool that will spilt out just the unique organization records by ID and include them in a separate file with just the organization demographic info. I have tried using the Table, Unique, and Filter tools - but none seem to get me to where I need to be. If anyone has any suggestions, I would love to hear them!