Forum Discussion

venkat475's avatar
venkat475
New Contributor II
2 years ago

How to execute a Unix command in snaplogic

I would like to execute this unix command in snaplogic to convert the csv file so could you please help me to get this done    awk -F'"' -v OFS='' '{ for (i=2; i<=NF; i+=2) gsub(",", "", $i) } 1' i...