I have a app which takes in three files to generate three files.
Is there any way to make the third file optional so that I can generate two files only when I don't have the third file available?
I need the optional feature in the app so even if I don't add the third file, the app should run.