adding mock csv + ren
This commit is contained in:
parent
c254894a1e
commit
ccd86519ff
11
test/files/csv/data.csv
Normal file
11
test/files/csv/data.csv
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
id,name,age,email,city
|
||||||
|
1,Alice,30,alice@example.com,New York
|
||||||
|
2,Bob,25,bob@example.com,Los Angeles
|
||||||
|
3,Charlie,35,charlie@example.com,Chicago
|
||||||
|
4,David,28,david@example.com,Houston
|
||||||
|
5,Eve,29,eve@example.com,Phoenix
|
||||||
|
6,Frank,40,frank@example.com,Philadelphia
|
||||||
|
7,Grace,32,grace@example.com,San Antonio
|
||||||
|
8,Heidi,27,heidi@example.com,San Diego
|
||||||
|
9,Ivan,31,ivan@example.com,Dallas
|
||||||
|
10,Judy,34,judy@example.com,San Jose
|
|
Loading…
Reference in New Issue
Block a user