Skip to content

Not supported a hierarchy of bins? #64

@Polyakov-Andrey

Description

@Polyakov-Andrey

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions