samples: add sample CSV files
parent
1b7471dfb8
commit
e66f4f687d
|
@ -0,0 +1,6 @@
|
|||
type, client, tx, amount
|
||||
deposit, 1, 1, 1.0
|
||||
deposit, 2, 2, 2.0
|
||||
deposit, 1, 3, 2.0
|
||||
withdrawal, 1, 4, 1.5
|
||||
withdrawal, 2, 5, 3.0
|
|
|
@ -0,0 +1,6 @@
|
|||
type, client, tx, amount
|
||||
deposit, 1, 1, 1.0
|
||||
deposit, 2, 2, 2.0
|
||||
deposit, 1, 3, 2.0
|
||||
withdrawal, 1, 4, 1.5
|
||||
withdrawal, 2, 5, 2.0
|
|
Loading…
Reference in New Issue