Johnwickdev / Hightable

0 stars 0 forks source link

Mongodata #55

Open Johnwickdev opened 2 months ago

Johnwickdev commented 2 months ago

mongo use yourDatabaseName db.PCF.insertMany([ { "CSPA": "12345", "date": "2024-08-01", "version": "v1", "layout_name": "credit_card", "document": { "Value": "6373737", "Limit": "50000" } }, { "CSPA": "67890", "date": "2024-08-02", "version": "v2", "layout_name": "debit_card", "document": { "Value": "7373737", "Limit": "10000" } }, { "CSPA": "54321", "date": "2024-08-03", "version": "v3", "layout_name": "loan", "document": { "Value": "8373737", "Limit": "75000" } } ])