Regarding tSystem Component Issue for Unix Environment
Hi All, I am facing issue in tSystem component. If somebody could help me it would be really grateful. The probelm is
" I have a folder and inside this folder, i have bunch of files which are having spaces in file name -
For example - XYZ> Demo File 1.csv, Demo File 2.csv, Demo File 3.csv. First i tried in unix - cat 'Demo File 1.csv' . It is working fine at Unix environment. While same thing i am assigning in tSystem Component - "cat " +" ' " +((String)globalMap.get("tFileList_1_CURRENT_FILE"))+" ' " It is not working while i am runnning talend job on server. It is throwing error Demo file does not exist. It is taking only first word before space. Note: I gave space in " ' " single quotes in this post so that it make the clarity. Could anyone help me in this. Thanks in Advance. Vishal Vats