Hi all,
I have a java class called FixtureEntry. It has 7 fields, one is mandatory and the rest are (in theory) optional. I've attached a picture and in the console you can see entries such as: 24-Mar-2023;Mixed A; Roussel B;. I want to programmatically create instances of FixtureEntry depending on the number of arguments (as a String like printed in the console) I pass to it. The order of the printed messages is always the same i.e. it always starts with a date followed by a team name etc. I'm not sure how to approach this.
Look forward to a response,
johnny
p.s. if you need more info or explanation i'm happy to help