I have a table in an input file and want to distribute the values in one of its columns to new columns and remove data other than the first two answers.
The data looks like this in the column and is in one cell because it has been concatinated:
Ahmed, Ali, Ammar, Ayub
I want it to be Ahmed in one column and Ali in another and omit the last two. And of course do it for all records.