Posts by Joelson Pereira • 23 points
1 post
-
1
votes1
answer122
viewsQ: Data from an object is null after reading from a CSV
I have the following Java class: public class Pessoa { private String employee_name; private String user_id; private String domain; private String email; private String role; @Override public String…