In Temp data directory path, enter
                  the path to, or browse to the folder you want to use to store the
                  temporary data processed by tSortRow.
                  In this approach, tSortRow is enabled
                  to sort considerably more data.
               As the threads will overwrite each other if they are written in the
                  same directory, you need to create the folder for each thread to be
                  processed using its thread ID. 
               To use the variable representing the thread IDs, you need to click 
                  Code  to open its view and in that
                  view, find this variable by searching for thread_id. In this example, this variable is  tCollector_1_THREAD_ID.
               
                Then you need to enter the path using this variable  This path reads
                  like:
               
                  "E:/Studio/workspace/temp"+((Integer)globalMap.get("tCollector_1_THREAD_ID")).