diff options
| author | Priyansh <[email protected]> | 2022-01-22 21:57:21 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2022-01-22 21:57:21 -0500 |
| commit | 4700bb0fafd7c7b208168dda7425193bfe1eb4db (patch) | |
| tree | dcf053a8ba156f24ee2ea4e121f3d77be2c7294f /tests/support/users.csv | |
| parent | 5dfd3ad1f2fb4bbc0bf7b92ac93f59ccd78a7fc4 (diff) | |
| download | izuku.js-4700bb0fafd7c7b208168dda7425193bfe1eb4db.tar.xz izuku.js-4700bb0fafd7c7b208168dda7425193bfe1eb4db.zip | |
feat: function to readCSV
Diffstat (limited to 'tests/support/users.csv')
| -rw-r--r-- | tests/support/users.csv | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/support/users.csv b/tests/support/users.csv new file mode 100644 index 0000000..c2a0a15 --- /dev/null +++ b/tests/support/users.csv @@ -0,0 +1,11 @@ +id,first_name,last_name,email,gender,ip_address +1,Durante,Toma,[email protected],Female,55.96.246.188 +2,Pandora,Torbeck,[email protected],Male,249.68.84.147 +3,Ibby,D'Enrico,[email protected],Male,88.109.171.160 +4,Lorne,Forrester,[email protected],Female,146.139.172.125 +5,Morie,Penright,[email protected],Male,125.156.42.128 +6,Ferguson,Atkin,[email protected],Female,131.147.95.110 +7,Barb,Nother,[email protected],Male,212.37.0.129 +8,Prudi,Aspy,[email protected],Male,141.195.250.140 +9,Mora,Blackborne,[email protected],Male,194.215.208.39 +10,Niki,Ruos,[email protected],Female,110.74.213.22 |
