This special process is used to surround each field of a CSV file with space characters, " ". For example the file before applying this process looks like:
Data1,Data2,Data3,Data4
Data1,Data2,Data3,Data4
After applying this process it looks like:
Data1 , Data2 , Data3 , Data4
Data1 , Data2 , Data3 , Data4