Skip to Content
0
Dec 30, 2017 at 06:25 PM

want to remove double quotes in the column of output of word_ext

436 Views

Hi friends, help me out to fix the issue

source is flat file

column value : -01-india-bang -02-banglore-ec

output: india bangalore

i used the function word_ext('inutcolumn', -2, '-')

got an output

"india"

"bangalore"

but idnt need double quotes and i used replace function but it wont work please give me the solution to remove double quotes

Thanks meer