How to convert single column into multiple columns using talend?

Requirement :

We have four different columns separated with semicolon but in the file it is showing as one column. Split columns so that we have four different columns.

Input : 

Output:


Solution :