This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TransactionID | Date | AccountHolder | Type | Amount | Remarks | |
|---|---|---|---|---|---|---|
| TXN001 | 2024-01-05 | Arjun Mehta | Credit | 50000 | Monthly Salary for December | |
| TXN002 | 2024-01-08 | Arjun Mehta | Debit | 8000 | Utility Bill Payment | |
| TXN003 | 2024-01-12 | Priya Nair | Credit | 42000 | Salary for December | |
| TXN004 | 2024-01-13 | Priya Nair | Debit | 10000 | EMI Payment | |
| TXN005 | 2024-01-15 | Rahul Sharma | Credit | 55000 | Salary Transfer January | |
| TXN006 | 2024-01-17 | Rahul Sharma | Debit | 7000 | Shopping Expense | |
| TXN007 | 2024-01-18 | Kavya Iyer | Credit | 60000 | Monthly Salary | |
| TXN008 | 2024-01-19 | Kavya Iyer | Debit | 9000 | Travel Expense | |
| TXN009 | 2024-01-20 | Neha Patel | Credit | 48000 | Salary Payment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "id": 12, | |
| "name": "Ishaan", | |
| "department": "Engineering", | |
| "salary": 94000, | |
| "experience": 6, | |
| "projects": [ | |
| { "name": "NeuralVision", "budget": 500000, "completed": true }, | |
| { "name": "DataBridge", "budget": 220000, "completed": false } |