Comma character can brake CSV file structure:
{first cell value}, {second cell value}, {third cell value, finally}->first cell value | second cell value | third cell value | finally
So, enclosing cell value in quotes if it contains comma will keep correct structure.
Comma character can brake CSV file structure:
{first cell value}, {second cell value}, {third cell value, finally}
->
first cell value | second cell value | third cell value | finally
So, enclosing cell value in quotes if it contains comma will keep correct structure.