Hi Experts,
I need a help in a scenario.
I have received three text files through email so the target is to download these three text files automatically and merge them automatically and put in Linux directory automatically.
As per my understanding, there are three processes required
1. Automatic downloading of email (Some tool which can extract attachment as per rule)
2. Merge through some batch script or may be in Linux through cat script.
3. copy single merged file into Linux directory through SAMBA share with the help of script
Please help me to achieve this target.