Files
govoplan-dataflow/fixtures/golden/rele-booking-transform/inputs/bookings.json
T

31 lines
538 B
JSON

[
{
"sequence": 1,
"booking_date": "2026-01-12",
"cost_text": " 62150 ",
"entry_type": "debit",
"amount": 100
},
{
"sequence": 2,
"booking_date": "2026-01-13",
"cost_text": "62210",
"entry_type": "credit",
"amount": 30
},
{
"sequence": 3,
"booking_date": "2026-02-02",
"cost_text": "97020500",
"entry_type": "debit",
"amount": 45
},
{
"sequence": 4,
"booking_date": "2026-02-03",
"cost_text": "81000",
"entry_type": "debit",
"amount": 20
}
]