cancel
Showing results for 
Search instead for 
Did you mean: 

Read file name of the file without reading the data from NFS folder?

Former Member
0 Kudos

Dear Friends,

Is there any way to read the file name of the file without reading the data from NFS folder? Means we just need to pick the file name and doesn't want to process the file.

Thanks.

Sumeet.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sumeet,

You can use standard module 'DynamicConfigurationbean' or you can use OS commands to do this assuming this is a pass through scenario as you do not want to read the data.

Regards,

-Partha

iaki_vila
Active Contributor
0 Kudos

HI Sumeet,

You can do it with an UDF in the mapping.

Regards.