You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the program execution, some logs will be shown in the command prompt
For example:
----------------------
Starting program, reading 'input.csv'
----------------------
Adding new student
----------------------
Invalid phone number: kkkkkkk / From person: John Appleseed / Tag: [ 'Student' ]
----------------------
Adding info to already existent student, eid: 104 / Name: John Appleseed
----------------------
Null email from person: John Appleseed / Tag: [ 'Financial', 'Responsible' ]
----------------------
Null phone number from person: John Appleseed / Tag: [ 'Financial', 'Responsible' ]
----------------------
Adding new student
----------------------
Null phone number from person: Mary Knight / Tag: [ 'Pedagogical', 'Responsible' ]
----------------------
Null phone number from person: Mary Knight / Tag: [ 'Financial', 'Responsible' ]
----------------------
Writing data in output.json
----------------------
Program finished
The logs can be used to see what is happening with some of the information
If the log "Program finished" appears, the execution went correctly, if it doesn't, some error happened