A Simple CSV Parser for Java under a commercial-friendly Apache 2.0 license
Features
- CSV Parsing
Categories
Data FormatsLicense
Apache License V2.0Follow opencsv
Other Useful Business Software
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
Rate This Project
Login To Rate This Project
User Reviews
-
The RFC4180 parser works like a charm to read and write CSV. On top of that I got quick and great support from developers. Awesome!
-
Excellent
-
Fast and easy
-
why are you guys hardcoded "null" while writing object to csv. anyspecif reason? In BeanToCSV class for (Method getter : getters) { /* 128 */ Object value = getter.invoke(bean, (Object[])null); /* 129 */ if (value == null) /* 130 */ values.add("null"); /* */ else { /* 132 */ values.add(value.toString()); /* */ }
-
Library does exactly what it should do. Quick response from developers.