Schema  > Products  > SRTransport  > Documentation  > Variables

 
  SR·Transport Variables

There are a number of variables that SRTransport uses that are available for use in your Expressions and in DataScript in Transport Customization.

  • row_transported - integer
    Set to 1 when a row is delivered to the destination. You may read this variable in row Postprocessing to see if a row failed.
  • rows_read - integer
    The total number of rows read at any point in the transport.
  • rows_transported - integer
    The total number of rows transported at any point in the transport.
  • rows_rejected - integer
    The total number of rows rejected at any point in the transport.
  • transport_aborted - integer
    Set to 1 when the transport is aborted for any reason. You may set this variable to 1 in Row pre/post processing if an error condition requires the transport to end.