faraz akram

faraz akram

  • NA
  • 129
  • 0

Conversion of tab delimited to comma delimited

Feb 3 2009 12:44 AM

hellow

i need a piece of code thatvconvert a tab delimited txt file to comma delimited along with each column enclosed in ' '

for example i ahve a txt file and the format is ---->  abc  efg  123

i need to convert it like --> 'abc','efg','123'

thanks in advance

faraz akram


Answers (1)