I just tried to Import values into the array workingHours in the employee entity. I'm only able to Import one value into the first part of the array.
can anyone tell me how to provide the value in the csv file so that it is placed correctly into the array?
a working import file looks like
PersonnelNumber;FirstName;LastName;WorkingHours
123;Max;Mustermann;8
what i want to import is something likt
PersonnelNumber;FirstName;LastName;WorkingHours[Monday][Tuesday][Wednesday]...
123;Max;Mustermann;[8][6][4]...
is that possbile?
*This post is locked for comments
I have the same question (0)