Hello,
I'm working an analytical app that uses a Python script to convert .json files into .csv files. I want the app to automatically detect all .dta files in a user-selected directory and then allow the user to specify a dynamic location for saving the converted .csv files 'C:\Users...\' + [FileName]."
I need to understand how to configure the inputs and outputs to the code.