Forum Discussion
Ajay_Chawda
7 years agoContributor
Hi Sasank ,
You can use below expression to create target path
_directoryPath+“/”+$Name.substring(0,$Name.length-4)+‘/’+$Name this will help you to create target path.
where direcotrypath = sldb:///abc/org/test
eg:- Name :- test1_001.csv
then target path= sldb:///abc/org/test/test1_001/test1_001.csv