
As shown in picture I am working to clean CSV files and need to design a process which will:
1. Remove first two lines of CVS file.
2. Assign custom headers to all CSV fields.
3. Further split a column into multiple columns based on delimited field (/) an assign headers to new fields.