Creates a csv file, whose each line has key value pairs, some of whose values don't change and rest of the keys have values from an input csv file
"Requestmaker" is a software which generates request files having .req extensions given the following inputs:
- a configuration from a prespecified list of configurations,
- an input file having the values of the variable parameters
- name of the output .req file which is to be generated.
- Firstly, install python 3.5 or above in your system.
- Run the batch file named 'buildExe.bat'.
- The actual required folder is named as ‘dist’ which gets generated upon completion of the previous step.
- Go to the path such that ‘dist’ folder is visible and archive/zip the only folder called ‘Requestmaker_final’ inside the ‘dist’ folder and send it to end users.
- Extract the given ‘Requestmaker_final’ zip file. If you built the software to use it, then directly go to the 'dist' folder.
- Inside the folder, double click the executable called ‘Requestmaker_final.exe’.
Just make a configuration file following the rules for making it and put it in the ‘configurations’ folder in the ‘Requestmaker_final’ folder and restart the software to reflect the changes.