(CSV) Surround fields with quotation marks

This special process is used to surround each field of a CSV file with quotation marks. For example the file before applying this process looks like:

 

Data1,Data2,Data3

Data1,Data2,Data3

 

After applying this process it looks like:

 

"Data1","Data2","Data3"

"Data1","Data2","Data3"