-
Notifications
You must be signed in to change notification settings - Fork 4
Excel input enabled with --xlsx and Required values made configurable… #30
base: master
Are you sure you want to change the base?
Conversation
@somanath304 Thanks for this Pull Request. Now that the code requires the |
@somanath304 Regarding |
Adding the config.py file which contains the ingest_path, ingest_command and debug mode.
This file contains the required values , to add new values append the field name at the end of the list
@kerchner - I have deleted the example_config.py file and added the configurable "required values" into config.py file . Now there need not be two config files but just the one which contains all the old data(i.e.ingest_path,ingest_command and debug mode) plus the new data which was added(i.e.required values) |
Added requirements.txt file
@kerchner Added the requirements.txt file to this branch |
@somanath304 thanks. A few things:
|
@kerchner Please find the comments inline
|
… in example_config.py file