adding mock csv + ren

This commit is contained in:
simon petit 2025-05-05 15:35:09 +00:00
parent c254894a1e
commit ccd86519ff
2 changed files with 11 additions and 0 deletions

11
test/files/csv/data.csv Normal file
View 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
1 id name age email city
2 1 Alice 30 alice@example.com New York
3 2 Bob 25 bob@example.com Los Angeles
4 3 Charlie 35 charlie@example.com Chicago
5 4 David 28 david@example.com Houston
6 5 Eve 29 eve@example.com Phoenix
7 6 Frank 40 frank@example.com Philadelphia
8 7 Grace 32 grace@example.com San Antonio
9 8 Heidi 27 heidi@example.com San Diego
10 9 Ivan 31 ivan@example.com Dallas
11 10 Judy 34 judy@example.com San Jose