Hi,
I am trying to add a special character single quotes around each text file that is in a comma delimited file. I need to automate this process so therefore I decided to use VBScript. Here an example of the input and the output that i Need.
33,Gary,Louis,Becerra,,Supervision (input)
'33','Gary','Louis','Becerra','','Supervision' (output)
Thanks in advance.
I am trying to add a special character single quotes around each text file that is in a comma delimited file. I need to automate this process so therefore I decided to use VBScript. Here an example of the input and the output that i Need.
33,Gary,Louis,Becerra,,Supervision (input)
'33','Gary','Louis','Becerra','','Supervision' (output)
Thanks in advance.