step1- first we will combine both the starts using union tool.
step2- secondly we use the unique tool to remove duplicate records.
step3 - then use Join to combine 2 inputs based on common fields between the 2 tables.
step4- Use Text To Columns to take the text in one column and split the string value into separate, multiple columns (or rows), based on a single or multiple delimiters.
step5 - Use Select to include, exclude, and reorder the columns of data that pass through the workflow.
easy