Files
govoplan-dataflow/fixtures/golden/heico-student-status/expected-output.json
T

17 lines
314 B
JSON

[
{
"student_id": "S-100",
"full_name": "Ada Lovelace",
"birth_date": "10.12.2000",
"program": "CS",
"status_group": "current"
},
{
"student_id": "S-300",
"full_name": "Katherine Johnson",
"birth_date": "26.08.2001",
"program": "MATH",
"status_group": "current"
}
]