Code: Select all
head -$(expr $(wc -l filename | awk '{ print $1 }') \- 1) filename | tail +2Use this in Beforejob subroutine or in FilterCommand in you sequential stage to strip out both header and trailer.
Code: Select all
head -$(expr $(wc -l filename | awk '{ print $1 }') \- 1) filename | tail +2Code: Select all
SQLSTATE=22005 WHEN INSERTING DECIMAL VALUE WITH COMMA AS THE DECIMAL POINT