If you create a room plan using a csv file, and that the csv file has more entries than the number of places available in the room, the room plan is created with the maximum of places possible, ignoring the extra places.
The app should let the user know that there is too many entries in his csv file and that the extra places have been ignored by the script.
If you create a room plan using a csv file, and that the csv file has more entries than the number of places available in the room, the room plan is created with the maximum of places possible, ignoring the extra places.
The app should let the user know that there is too many entries in his csv file and that the extra places have been ignored by the script.