-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathptc1.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 2 columns, instead of 3 in line 1.
163 lines (163 loc) · 13.5 KB
/
ptc1.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
"id","name"
"id","group_id","permission_id"
"id","name","content_type_id","codename"
"1","Can add log entry","1","add_logentry"
"2","Can change log entry","1","change_logentry"
"3","Can delete log entry","1","delete_logentry"
"4","Can view log entry","1","view_logentry"
"5","Can add permission","2","add_permission"
"6","Can change permission","2","change_permission"
"7","Can delete permission","2","delete_permission"
"8","Can view permission","2","view_permission"
"9","Can add group","3","add_group"
"10","Can change group","3","change_group"
"11","Can delete group","3","delete_group"
"12","Can view group","3","view_group"
"13","Can add content type","4","add_contenttype"
"14","Can change content type","4","change_contenttype"
"15","Can delete content type","4","delete_contenttype"
"16","Can view content type","4","view_contenttype"
"17","Can add session","5","add_session"
"18","Can change session","5","change_session"
"19","Can delete session","5","delete_session"
"20","Can view session","5","view_session"
"21","Can add account","6","add_account"
"22","Can change account","6","change_account"
"23","Can delete account","6","delete_account"
"24","Can view account","6","view_account"
"25","Can add lnm online","7","add_lnmonline"
"26","Can change lnm online","7","change_lnmonline"
"27","Can delete lnm online","7","delete_lnmonline"
"28","Can view lnm online","7","view_lnmonline"
"29","Can add transaction","8","add_transaction"
"30","Can change transaction","8","change_transaction"
"31","Can delete transaction","8","delete_transaction"
"32","Can view transaction","8","view_transaction"
"33","Can add access token","9","add_accesstoken"
"34","Can change access token","9","change_accesstoken"
"35","Can delete access token","9","delete_accesstoken"
"36","Can view access token","9","view_accesstoken"
"37","Can add wallet","10","add_wallet"
"38","Can change wallet","10","change_wallet"
"39","Can delete wallet","10","delete_wallet"
"40","Can view wallet","10","view_wallet"
"41","Can add otps","11","add_otps"
"42","Can change otps","11","change_otps"
"43","Can delete otps","11","delete_otps"
"44","Can view otps","11","view_otps"
"45","Can add images","12","add_images"
"46","Can change images","12","change_images"
"47","Can delete images","12","delete_images"
"48","Can view images","12","view_images"
"49","Can add with drawals","13","add_withdrawals"
"50","Can change with drawals","13","change_withdrawals"
"51","Can delete with drawals","13","delete_withdrawals"
"52","Can view with drawals","13","view_withdrawals"
"id","action_time","object_id","object_repr","action_flag","change_message","content_type_id","user_id"
"id","app_label","model"
"1","admin","logentry"
"3","auth","group"
"2","auth","permission"
"4","contenttypes","contenttype"
"9","django_daraja","accesstoken"
"12","images","images"
"11","otp","otps"
"5","sessions","session"
"7","transaction","lnmonline"
"8","transaction","transaction"
"6","users","account"
"10","wallet","wallet"
"13","wallet","withdrawals"
"id","token","created_at"
"id","app","name","applied"
"1","otp","0001_initial","2022-05-27 13:50:30.517591"
"2","contenttypes","0001_initial","2022-05-27 13:50:30.655039"
"3","contenttypes","0002_remove_content_type_name","2022-05-27 13:50:30.788339"
"4","auth","0001_initial","2022-05-27 13:50:31.553984"
"5","auth","0002_alter_permission_name_max_length","2022-05-27 13:50:31.712991"
"6","auth","0003_alter_user_email_max_length","2022-05-27 13:50:31.727993"
"7","auth","0004_alter_user_username_opts","2022-05-27 13:50:31.744016"
"8","auth","0005_alter_user_last_login_null","2022-05-27 13:50:31.758991"
"9","auth","0006_require_contenttypes_0002","2022-05-27 13:50:31.765994"
"10","auth","0007_alter_validators_add_error_messages","2022-05-27 13:50:31.777997"
"11","auth","0008_alter_user_username_max_length","2022-05-27 13:50:31.790986"
"12","auth","0009_alter_user_last_name_max_length","2022-05-27 13:50:31.804984"
"13","auth","0010_alter_group_name_max_length","2022-05-27 13:50:31.840988"
"14","auth","0011_update_proxy_permissions","2022-05-27 13:50:31.857992"
"15","auth","0012_alter_user_first_name_max_length","2022-05-27 13:50:31.872988"
"16","users","0001_initial","2022-05-27 13:50:32.878556"
"17","admin","0001_initial","2022-05-27 13:50:33.216426"
"18","admin","0002_logentry_remove_auto_add","2022-05-27 13:50:33.233566"
"19","admin","0003_logentry_add_action_flag_choices","2022-05-27 13:50:33.251658"
"20","django_daraja","0001_initial","2022-05-27 13:50:33.331686"
"21","django_daraja","0002_auto_20181108_1219","2022-05-27 13:50:33.450683"
"22","django_daraja","0003_alter_accesstoken_id","2022-05-27 13:50:33.630960"
"23","images","0001_initial","2022-05-27 13:50:33.689798"
"24","sessions","0001_initial","2022-05-27 13:50:33.805197"
"25","transaction","0001_initial","2022-05-27 13:50:33.943779"
"26","transaction","0002_auto_20220527_0434","2022-05-27 13:50:34.739041"
"27","users","0002_auto_20220522_0944","2022-05-27 13:50:37.394041"
"28","users","0003_alter_account_id","2022-05-27 13:50:39.105046"
"29","users","0004_auto_20220522_2350","2022-05-27 13:50:39.350043"
"30","users","0005_auto_20220523_0112","2022-05-27 13:50:39.497039"
"31","users","0006_account_email","2022-05-27 13:50:39.539045"
"32","users","0007_account_parent","2022-05-27 13:50:39.669047"
"33","users","0008_account_avatar","2022-05-27 13:50:39.727040"
"34","users","0009_alter_account_is_parent","2022-05-27 13:50:39.747044"
"35","users","0010_alter_account_is_parent","2022-05-27 13:50:39.767041"
"36","wallet","0001_initial","2022-05-27 13:50:40.048100"
"37","wallet","0002_withdrawals","2022-06-19 08:59:15.498145"
"38","wallet","0003_alter_withdrawals_status","2022-06-19 09:07:05.525335"
"session_key","session_data","expire_date"
"1fwwtxtjvnd8gw097pivo5t8uah7xey6","e30:1o2qTf:25IMUOzINGTT4XiRM0AYqS9g0noOf9dlk_Iv0qoP_0U","2022-07-03 08:40:15.639192"
"2t2yv802lzpln6c1bvniyrmt0eho29wt","e30:1o1P9z:HZdsgYLrzjE8PH_d_hdg3N4XTg-b4e9hNwf5buluGFI","2022-06-29 09:17:59.286687"
"8a36ymcw5kt4akvnr8pv7aci3aofsaie","e30:1nuaNJ:Z6QSk0mrRUJUICrGhp25zlyrtfD_vPDoRRrKz_qeLYU","2022-06-10 13:51:33.213430"
"9cmpl94qomkkh28i850f2skjnvi0a88z","e30:1nuaQI:8ESyrI2ublO7kHROySDoM5Fh7sLmAQ9tbBweiGXCveI","2022-06-10 13:54:38.857417"
"b1lv9rb8j31hivfspk222c6lh9vrwdht",".eJxVjMsOwiAQRf-FtSFAGR4u3fsNZBhAqgaS0q6M_65NutDtPefcFwu4rTVsIy9hTuzMJDv9bhHpkdsO0h3brXPqbV3myHeFH3Twa0_5eTncv4OKo35roCKitVOCmD0JBxCdcNn7ggK1NjIaVZQD5ZXTIKkUA6itMxaFnKiw9wfZKTdT:1nuaRd:0DfskVrTNVYJdjP1JihvWCEZ3GoWMT4ABZLd_BWJbRE","2022-06-10 13:56:01.816005"
"bkmgwwdqlugtys09jili10b9b9836z3e","e30:1o2qR7:8Lxlcv577QWVqqMqPEW7tOIt-2kUWjj1mFeSwb0VBJk","2022-07-03 08:37:37.917853"
"bp14tli1cb2irw3eoir78kdba8x1bs8l","e30:1o2nqi:xMEZETsE_dr5MBkJdhxHBG_f_AnD2QHh4EwnRspOouc","2022-07-03 05:51:52.908581"
"d2ec8ts9h4w8lj8us061wb2gp6uzqmx0","e30:1o2qSs:zFouS97Z4ehgpejTB0ntV4L35XnCotRX2PvLJ_vrPyc","2022-07-03 08:39:26.479827"
"dc1fk420wq4xc1sdcmi3t7b2pef7twzh","e30:1o2qVs:AQeo7GWjDYaf1TymjfGX0DOAbNDlFvY--AtpjBOi5AY","2022-07-03 08:42:32.600096"
"gb132x0khgptph17zui90sioq3cywzmd",".eJxVjMEOwiAQRP-FsyEVFigevfsNZGEXqRpISnsy_rtt0oPOcd6beYuA61LC2nkOE4mLAHH67SKmJ9cd0APrvcnU6jJPUe6KPGiXt0b8uh7u30HBXrZ1NnAetNHkOI7sRo_sFSiF3hrOKRo9gLXKWc3ZgSOr2OUcCbdYBBCfL9amOBQ:1o1RMX:scVgSkbMcbidSQ_Td_4kMumZqXWBby6hSKLfdi7yKXg","2022-06-29 11:39:05.207465"
"hekfig69htg05kack4z81t8oc32zmzi5","e30:1nuaQ7:MXq5bDcvhqCnFlK7jQJ6PrCXNr6-M-1DuMZFaT0BEVg","2022-06-10 13:54:27.480563"
"htqwtpigtvvdanzulqfff5ghcua21lnj","e30:1o1PAh:bHx5G2o8agGLo3vn5ryqXGhOexRLYugGMpMYz4V47hc","2022-06-29 09:18:43.267538"
"jijm9tm8z277pf9cxktlu1d4rbve4nmr","e30:1o2qSI:ow23j7XQ5pbgh0iE3DXDgymVkOsAdOstrUv95gZbjvQ","2022-07-03 08:38:50.570184"
"lmqm5i2nljq8qwfuwgoqt4edrqgc9en2",".eJxVjMsOwiAQRf-FtSFAGR4u3fsNZBhAqgaS0q6M_65NutDtPefcFwu4rTVsIy9hTuzMJDv9bhHpkdsO0h3brXPqbV3myHeFH3Twa0_5eTncv4OKo35roCKitVOCmD0JBxCdcNn7ggK1NjIaVZQD5ZXTIKkUA6itMxaFnKiw9wfZKTdT:1nuaxF:kqFKF155jqMJgyNf-rV_KBretgO4KfTNtDixFzOeaT4","2022-06-10 14:28:41.030408"
"r8ros0f4bhfd2ipr50bn0z795ezo1ofc","e30:1o2qRR:jAvf0McWTdytk6Yc_tW4Aj_mMSq5yjwjBcDL0QrUjUM","2022-07-03 08:37:57.554799"
"rylz1nlvnpq0d8lla4o3d5hu4fs9pw6u","e30:1o2qRa:-6NEZ4cbF4m2-3rU1OKbD-knXvRBztbW9TgVLHZdSeU","2022-07-03 08:38:06.324312"
"tcuebqmh9nhb9rwnpt83navdhlgdupaf","e30:1o2nfj:NQTM9SoMRo1uhCO2HnadCdwO_IsSgVekuRgXY3xxdxs","2022-07-03 05:40:31.375157"
"u1dd15fc000t13xg692720n8cqpw0xjh",".eJxVjDsOwjAQBe_iGlm2499S0nMGa9cfHEC2FCcV4u4QKQW0b2beiwXc1hq2kZcwJ3ZmwE6_G2F85LaDdMd26zz2ti4z8V3hBx382lN-Xg7376DiqN_aE-VSAIXKk0IEZwpBBJIRtPYJtMlWqORl1LaIQg4sGeumqCFNWiJ7fwAFGTgg:1o2qbw:uUtVrDtSpUWJVfwNI1nJeIV5RjUo_YFqqmxkaOEcwcc","2022-07-03 08:48:48.787156"
"xyb6xrfep4g3xexh5nab9h1oacuvhulf","e30:1o2qZS:jKtw2vUUyAIMSjOO2OiSpfTexgM1bris9EeJ7hInHoM","2022-07-03 08:46:14.508388"
"zkj731meku4r982x22n5233yvpqbv10g",".eJxVjDsOwyAQBe9CHSF-CyJl-pwBsbAEJxFIxq6s3D225CJp38y8jYW4LjWsg-YwZXZlwC6_G8b0onaA_Izt0XnqbZkn5IfCTzr4vWd6307376DGUfdaoFBRA2gvQQORTwosGJIgitekUpG5WNopGedSdsWARBupWIcZHft8AclPN-A:1o1PEz:2fE3-2JwHJdlAGZT53v7J7fmneoHqphCbOXVjoK8hB0","2022-06-29 09:23:09.759375"
"id","password","last_login","is_superuser","first_name","is_staff","phone_number","country","is_parent","is_admin_user","is_child","otp_id","created_at","is_super_user","latitude","longitude","second_name","updated_at","user_name","user_type","email","parent_id","avatar"
"1","pbkdf2_sha256$260000$KTauSBYXP4LN3tqH6W4INd$MessZuXVHcv8DFl5CBVEbEEYYbLuYq3uc1kLh2IQKOc=","2022-05-27 14:28:41.011403","0",NULL,"1","+254717713943","Kenya","1","0","0",NULL,"2022-05-27 13:52:02.846138","0",NULL,NULL,NULL,"2022-05-27 13:52:02.846138","Felix Onjomba","2","+254717713943@gmail.com",NULL,"profile.jpg"
"2","pbkdf2_sha256$260000$KqNZE6dVmVrUxhmL90UcDg$dgG74vtCPYY9fjILjUu401W/aI5/pjI2yPitfIZG1+4=","2022-05-27 13:55:14.284067","0",NULL,"1","+254711111111","Kenya","0","0","1",NULL,"2022-05-27 13:53:24.757235","0",NULL,NULL,NULL,"2022-05-27 13:53:24.757235","+254711111111","2",NULL,"1","profile.jpg"
"3","pbkdf2_sha256$260000$2doJtVz2xn1yuVo5sxZBlY$qDs8kZ4x+MTleThojYM1P0KnbaW477D1UKY3A5vc30Y=","2022-06-15 09:17:59.293051","0",NULL,"1","+254717713941","Kenya","1","0","0",NULL,"2022-06-15 09:17:59.073614","0",NULL,NULL,NULL,"2022-06-15 09:17:59.073614","Susan","2","+254717713941@gmail.com",NULL,"profile.jpg"
"4","pbkdf2_sha256$260000$d16Ceac8Fjw7LuGLqXs6by$tGCK9mmRUqXNVTRknt3oFPg/gH394YT9zRUXillv9a4=","2022-06-15 11:39:05.152470","0",NULL,"1","+254717713947","Kenya","1","0","0",NULL,"2022-06-15 09:18:43.035806","0",NULL,NULL,NULL,"2022-06-15 09:18:43.035806","admin","2","+254717713947@gmail.com",NULL,"profile.jpg"
"5","pbkdf2_sha256$260000$yBp4fkq5dEYJpNIBqnaxHM$Htwv8aEjxp0xIPSjQQBMLD7ZGJHI2WdF1KnGx4LqmHk=","2022-06-15 09:23:09.748417","0",NULL,"1","+254717713948","Uganda","0","0","1",NULL,"2022-06-15 09:21:53.175435","0",NULL,NULL,NULL,"2022-06-15 09:21:53.175435","Test","2",NULL,"4","profile.jpg"
"6","pbkdf2_sha256$260000$vFHMT92wftUVvyRS5TYjaj$5NyjlkxcQ5uUosTeWY7h8hRbhfFMmhonvxBfLVhoV5U=","2022-06-19 08:44:58.696890","0",NULL,"1","+254710101010","Kenya","1","0","0",NULL,"2022-06-19 05:39:56.245258","0",NULL,NULL,NULL,"2022-06-19 05:39:56.245258","1010","2","+254710101010@gmail.com",NULL,"profile.jpg"
"7","pbkdf2_sha256$260000$KaNW0o0N1BKfEYdfmc7gdn$gjFQdFsK8gWzMraHxyvbQXcAA3MAtyrSdZ8VjLNsANE=",NULL,"0",NULL,"1","0711111111","Kenya","0","0","1",NULL,"2022-06-19 08:36:21.229109","0",NULL,NULL,NULL,"2022-06-19 08:36:21.229109",,"2",NULL,"6","profile.jpg"
"8","pbkdf2_sha256$260000$JoPx8XKYKZkQoogxX4RRqV$7nSrsdeCpseqCHoQk5wvADZGzSq3F18xG4OLI6QwMBw=",NULL,"0",NULL,"1","+254717713940","Kenya","0","0","1",NULL,"2022-06-19 08:41:22.024216","0",NULL,NULL,NULL,"2022-06-19 08:41:22.024216","Felix","2",NULL,"6","profile.jpg"
"9","pbkdf2_sha256$260000$0rihLVeQy1CcqqfTJF0Has$nG99dzkegG7uwwtef4054XsqPkLPA6kDUAcYRoQkUvY=","2022-06-19 08:48:48.774351","0",NULL,"1","+254717713944","Kenya","0","0","1",NULL,"2022-06-19 08:45:25.321271","0",NULL,NULL,NULL,"2022-06-19 08:45:25.321271","Testing","2",NULL,"6","profile.jpg"
"id","account_id","group_id"
"id","account_id","permission_id"
"id","image","model","created_at","updated_at"
"id","otp","phone_number","expire_at","is_otp_authenticated","created_at","updated_at"
"bdcd542eb4a24726b8171ef816305834","9882","+254710101010","2022-06-19 05:44:57.787908","0","2022-06-19 05:39:57.788987","2022-06-19 05:39:57.788987"
"e088962e2dd64268a382323961885e4e","4416","+254717713943","2022-05-27 13:57:04.414739","1","2022-05-27 13:52:04.414739","2022-05-27 13:52:04.414739"
"id","ammount","created_at","is_sending","is_withdrawal","reciever_id","sender_id","transaction_id","user_id"
"id","CheckoutRequestID","MerchantRequestID","ResultCode","ResultDesc","MpesaReceiptNumber","Amount","Balance","TransactionDate","PhoneNumber"
"id","withrawable_balance","account_balance","ammount_to_withdraw","widrawal_procedure","withdrawable_settime","updated_at","account_phone_number","user_id"
"1","0","8801","0","4",NULL,"2022-05-27 13:52:02.852159",NULL,"1"
"2","0","1196","0","4",NULL,"2022-05-27 13:53:24.763108",NULL,"2"
"3","0","0","0","4",NULL,"2022-06-15 09:17:59.081675",NULL,"3"
"4","0","2831","0","4",NULL,"2022-06-15 09:18:43.044095",NULL,"4"
"5","0","6168","100","2",NULL,"2022-06-15 09:21:53.181256",NULL,"5"
"6","0","0","0","4",NULL,"2022-06-19 05:39:56.269286",NULL,"6"
"7","0","0","0","4",NULL,"2022-06-19 08:36:21.249109",NULL,"7"
"8","0","0","0","4",NULL,"2022-06-19 08:41:22.030210",NULL,"8"
"9","0","0","0","4",NULL,"2022-06-19 08:45:25.330272",NULL,"9"
"id","ammount","status","reason","created_at","updated_at","user_id"
"1","233","1","qwer","2022-06-19 09:04:01.175484","2022-06-19 09:04:01.175484","9"
"2","233","Failed","qwer","2022-06-19 09:11:29.012122","2022-06-19 09:11:29.012122","9"
"3","233","Failed","qwer","2022-06-19 09:13:20.341729","2022-06-19 09:13:20.341729","9"