README.md in csv-import-analyzer-0.0.3 vs README.md in csv-import-analyzer-0.0.4
- old
+ new
@@ -32,13 +32,20 @@
```
## TODO:
<ul>
+ <li> Handle control of processed input file to user </li>
<li> Return the analysis as Json object.</li>
- <li> Structuring the analysis outputted to csv better </li>
+ <li> Better - Structuring the analysis outputted to csv</li>
+ <li> Add support to convert and import xlsx files to csv </li>
</ul>
+## Additional Information
+
+### Dependencies
+ <ul><li><a href="https://github.com/tilo/smarter_csv">smarter_csv</a> - For processing the csv in chunks</li></ul>
+
## Contributing
1. Fork it ( https://github.com/avinash-vllbh/csv-import-analyzer/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)