I need to send CSV file to a 3rd party in this following unusual CSV format. I’m using BeanIO Java Library for CSV generation. Is it possible to do this using this library? If yes, please let me know how to do it ?
[EMPLOYEERECORD]firstName=John,lastName=Doe,dob=10/01/1970,city=New York,state=NY
[EMPLOYEERECORD]firstName=Gary,lastName=Sober,dob=12/01/1972,city=New York,state=NY