Digitize your offline data collection. Create your Forms online with Tangerine Editor, conduct them offline with the Tangerine Android App. All results you collect can be exported as a CSV file, easy for processing in a spreadsheet. Tangerine has been used in over 1 million assessments and surveys in over 60 countries and in 100 languages.
The db document contains a reportDate input for teach installation using Attendance and Scoring.
This input from top level is not making it to the csv file (in mysql it does go to the database)
We need this input in the csv file
The db document contains a reportDate input for teach installation using Attendance and Scoring. This input from top level is not making it to the csv file (in mysql it does go to the database) We need this input in the csv file
sample doc: { "_id": "attendance-1-G6-1-Sci-fqYoUizv-2024-05-14-brac156-15:10:45.550+06:00", "_rev": "45-test", "timestamp": 1715677845549, "classId": "test-test", "grade": "1-G6-1-Sci", "reportDate": "2024-05-14", "attendanceList": [ { "id": "STJ-id-dfdf", "student_name": "test", "classId": "test-tes", "student_num": "STJ-test", "absent": null, "late": null }, { "id": "P57-fdfd-fd", "student_name": "test", "student_surname": "test", "classId": "test-00066878", "student_num": "P57-test", "absent": null, "late": null }, etc ....
}