This commit is contained in:
mattbk
2023-04-05 16:28:39 -05:00
commit 398bd8160f
3 changed files with 19 additions and 0 deletions

5
users.csv Normal file
View File

@@ -0,0 +1,5 @@
userId,name,city,locations
a1b,Joe,Paris,"['0001', '0002', '0008']"
a2c,Jenny,London,"['0003', '0004']"
b1b,Jack,London,"['0003', '0005']"
b2c,Jill,Berlin,"['0006', '0007']"
1 userId name city locations
2 a1b Joe Paris ['0001', '0002', '0008']
3 a2c Jenny London ['0003', '0004']
4 b1b Jack London ['0003', '0005']
5 b2c Jill Berlin ['0006', '0007']