Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not supported a hierarchy of bins? #64

Open
Polyakov-Andrey opened this issue Oct 6, 2015 · 2 comments
Open

Not supported a hierarchy of bins? #64

Polyakov-Andrey opened this issue Oct 6, 2015 · 2 comments

Comments

@Polyakov-Andrey
Copy link

How to use annotation to read CSV file into a hierarchy of bins use annotation?

import.csv

firstName;lastName;birthDate;married;numberOfKids;favouriteQuote;email;customerNo;loyaltyPoints;mailingAddress;
name 
public class PersonBean {   
    private String firstName;   
    private String lastName;    
    private Date birthDate;     
    private Boolean married;    
    private Integer numberOfKids;   
    private String favouriteQuote;      
    private String email;        

    // set/get method
}

public class CustomerBean extends PersonBean {      
    private String customerNo;  
    private long loyaltyPoints;     
    private String mailingAddress;

    // set/get method
}
@Polyakov-Andrey Polyakov-Andrey changed the title Not supported a hierarchy of bins Not supported a hierarchy of bins? Oct 6, 2015
@manish-in-java
Copy link

👍

@ramonnteixeira
Copy link
Contributor

On #72 it is possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants