WANG-Yuchen-Alice / CodeReview2

0 stars 0 forks source link

Invalid SCV file name taken in export. #9

Open WANG-Yuchen-Alice opened 4 years ago

WANG-Yuchen-Alice commented 4 years ago

Wrong and duplicate file name specified but still added successfully.

Command

export l/life.csv g/groups.csv e/events.csv e/dummy

result: no event file exported, dummy file is invalid appearing in the folder.

image.png

nus-pe-bot commented 4 years ago

Team's Response

The prefix "e/" has replaced "events.csv" with "dummy" which is still a valid comma seperated value file that can be used with import command. You can open the file with a text editor and edit the data in that file. The UG specified that 3 parameters must be specified. Hence, we would mark this report as invalid.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Dear grader,

I still believe this is an issue based on the following reason:

The trial input has followed all rules specified in the UG, yet there are only 2 valid CSV files found in the target folder. The third file is in wrong format and not with the intended name specified by the user.

I consider this an unexpected result based on UG.

Hope you can understand, thank you very much!