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
[ | |
{"transaction_id": 10001, "customer_name": "Mohammed Ali", "customer_location": "New York, USA", "product_category": "Books", "transaction_time": new Date ("2023-07-10T07:00:00Z"), "product_name": "The Great Gatsby", "price": 12.99, "quantity": 2, "payment_method": "Credit Card"}, | |
{"transaction_id": 10002, "customer_name": "Alice Johnson", "customer_location": "Dubai, UAE", "product_category": "Electronics", "transaction_time": new Date ("2023-07-10T08:00:00Z"), "product_name": "Apple iPhone 12", "price": 699, "quantity": 1, "payment_method": "Paypal"}, | |
{"transaction_id": 10003, "customer_name": "Marie Curie", "customer_location": "Paris, France", "product_category": "Fashion", "transaction_time": new Date ("2023-07-10T09:00:00Z"), "product_name": "Gucci Handbag", "price": 2000, "quantity": 1, "payment_method": "Debit Card"}, | |
{"transaction_id": 10004, "customer_name": "Jorge Lopez", "customer_location": "Madrid, Spain", "product_category": "Sports Equipment", "transaction_tim |
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": "pride_prejudice_1813", | |
"title": "Pride and Prejudice", | |
"authors": [ | |
{ | |
"name": "Jane Austen", | |
"nationality": "British" | |
} | |
], |