Created
August 24, 2019 00:42
-
-
Save rrmesquita/e98e50bb85ce29279ec0bb7cc4ed234f to your computer and use it in GitHub Desktop.
IonPrev Challenge upload examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user_id,company_id,event_name,action,date_time | |
1,1,login,put,2019-04-01 11:03:50 | |
2,2,budget,put,2019-04-02 12:03:50 | |
3,3,,get,2019-04-01 11:05:50 | |
4,3,,,2019-04-01 11:07:50 | |
4,3,budget,get, | |
5,3,budget,put,2019-04-01 11:10:50 | |
10,1,dashboard,get,2019-04-01 12:05:50 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user_id,company_id,event_name,action,date_time | |
1,1,login,put,2019-04-01 asdsadasdegdfg | |
2,2,budget,put,asdasdasd 12:03:50 | |
3,3,dashboard,get,asdsadassdfdsf | |
4,3,dashboard,get,-2019-04-01 11:07:50 | |
4,3,budget,get,2019-04-01 11:05-50 | |
4,3,budget,get,2019-04-01 | |
5,3,budget,put,2019-04-01 11f10:50 | |
10,1,dashboard,get,2019 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user_id,company_id,event_name,action | |
1,1,login,put | |
2,2,budget,put | |
3,3,dashboard,get | |
4,3,dashboard,get | |
4,3,budget,get | |
5,3,budget,put | |
10,1,dashboard,get |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user_id,company_id,event_name,action |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user_id,company_id,event_name,action,date_time | |
1,1,login,put,2019-04-01 11:03:50 | |
2,2,budget,put,2019-04-02 12:03:50 | |
3,3,dashboard,get,2019-04-01 11:05:50 | |
4,3,dashboard,get,2019-04-01 11:07:50 | |
4,3,budget,get,2019-04-01 11:05:50 | |
5,3,budget,put,2019-04-01 11:10:50 | |
10,1,dashboard,get,2019-04-01 12:05:50 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user_id,company_id,event_name,action,date_time | |
1,1,login,put,2018-12-03 11:03:50 | |
2,2,budget,put,2019-01-03 12:03:50 | |
3,3,dashboard,get,2019-02-14 11:05:50 | |
3,3,login,put,2019-06-25 11:06:50 | |
4,3,dashboard,get,2019-07-28 11:07:50 | |
4,3,budget,get,2019-08-02 11:05:50 | |
5,3,budget,put,2019-08-22 11:10:50 | |
10,1,dashboard,get,2019-08-27 12:05:50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment