Initial dataxl CLI
This commit is contained in:
16
examples/people.yaml
Normal file
16
examples/people.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
- id: 1
|
||||
user:
|
||||
name: Alice
|
||||
email: alice@example.com
|
||||
department: Sales
|
||||
items:
|
||||
- sku: A-001
|
||||
qty: 2
|
||||
- id: 2
|
||||
user:
|
||||
name: Bob
|
||||
email: bob@example.com
|
||||
department: Engineering
|
||||
items:
|
||||
- sku: B-002
|
||||
qty: 5
|
||||
Reference in New Issue
Block a user