Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8999711
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:12:58+00:00 2026-06-16T00:12:58+00:00

I have class in Java: class data { private String id; private String name;

  • 0

I have class in Java:

class data {
  private String id;
  private String name;
  private String phone;
}

and I need to fill data from CSV file. But not all columns in CSV file are mandatory, or could be in different order.

CSV Example1:

id, phone, name
1,421904123456,Peter
2,420558811225,John
…

CSV Example2:

id, name
3,Alex
8,Stefan

Any advice how to do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T00:12:59+00:00Added an answer on June 16, 2026 at 12:12 am
    1. Read first line to get header info.
    2. Based on header info populate a Method[] array with setters of fields read.
    3. for each subsequent row, create a object obj of Data class and for each value in row and call invoke() on all elements of array passing the newly created object and rad value as parameter.

    May be you can also look into Execute SQL on CSV files via JDBC to query CSV using jdbc.

    Also, your class should be Data instead of data.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I have a java class which is package-private (declared with class, not public
I have a Java model similar to: public class Country { @Id private String
I have a Java class which handles both single valued and multi-valued data. Therefore,
In php have a class SoapClient I need a equivalente class in Java, anyone
like in java I have: Class.getSuperClass().getDeclaredFields() how I can know and set private field
I have a java class and I need to debug it (put breakpoints and
I have a Java class MyPojo that I am interested in deserializing from JSON.
I have 2 files Details.java and TestDetails.java and a data file called Details.dat Details.java
I have a java class containing all the columns of a database table as
I have a Java class, Node as follows : class Node { public ArrayList<Node>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.