Question Lou Pizza · Jan 15, 2020 Gzipping several files individually and renaming using datetimestamp I currently have a batch job that performs many functions. Two of them are below. I was wondering how this can be done in a custom class mv $TEMPDIR/$FILE $TEMPDIR/$FILEa"_$DATESTAMP.txt" mv $TEMPDIR/$FILE1 $TEMPDIR/$FILE1a"_$DATESTAMP.txt" mv $TEMPDIR/$FILE2 $TEMPDIR/$FILE2a"_$DATESTAMP.txt" mv $TEMPDIR/$FILE3 $TEMPDIR/$FILE3a"_$DATESTAMP.txt" mv $TEMPDIR/$FILE4 $TEMPDIR/$FILE4a"_$DATESTAMP.txt" #Gzip files find $TEMPDIR -type f ! -iname '*gz' -exec gzip '{}' \; Thank you #HealthShare 0 2 0 224
Question Lou Pizza · Oct 11, 2018 Double Quotes Hi,I am trying to have the output of a field in sql have double quotes around them. The script is in Studio and I am accessing It through a task.I have tried """"tect"""" and others...Please helpAlohaLou #SQL #Ensemble 0 4 0 1.1K