venkat475New Contributor II2 years agoHow to execute a Unix command in snaplogicI 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' input.csv > output.csv
Recent DiscussionsPagination and nextCursor in headerSolvedHow to get filename from file readerSolvedGenerate expression file from database querySolvedCan we generate XML file in pretty print format using native snapLogic snaps?Solved401 error with HTTP Client and NTLMSolved