ngx-csv-parser
ngx-csv-parser copied to clipboard
CSV Parser for Angular by Developers Hive
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Hi ! I'm not sure about what I do, but maybe it's possible to return an array of structure instead of any ? maybe some other things must be tested...
Hi! This PR addresses the case where row header values have leading/trailing spaces and further data retrieval fails since you're accessing `row['email']` and the acual header title is `email `.