R
richard354
hi there,
i'm trying to export my records from excel to a csv file format, but i
need to have all text fields to be surrounded by "" marks like the
following format:
MY PRODUCT NAME
now needs to be:
\"MY PRODUCT NAME\"
but i have over 4000 records, and doing this by hand is going to be
impossible in the time frame.
Does anyone know a function which could automatically do this for me.
i'm trying to export my records from excel to a csv file format, but i
need to have all text fields to be surrounded by "" marks like the
following format:
MY PRODUCT NAME
now needs to be:
\"MY PRODUCT NAME\"
but i have over 4000 records, and doing this by hand is going to be
impossible in the time frame.
Does anyone know a function which could automatically do this for me.