2 Replies Latest reply on Aug 30, 2016 12:47 PM by jamezp

    JDBC reader and passing parameters

    richardmoore

      I have a SQL statement where a store number has to be passed in for each run. I was planning to pass that in as a system property and just do the following -

      where STR_NBR = #{systemProperties['fileDate']}

       

      Is this the proper way or is there some other way I should be doing this?