Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Department Owner Date-open Ticket Date-closed User dept. Category
  2. 0 IT Sam 9/6/2017 Password reset 9/7/2017 CS Training
  3. 1 IT Sam 9/6/2017 Phone issue 9/7/2017 CS Training
  4. 2 IT John 9/7/2017 Replace display 9/7/2017 AR Training
  5. 3 IT John 9/7/2017 Network issue 9/8/2017 AR Training
  6. 4 IT John 9/7/2017 Blue screen 9/8/2017 CS Training
  7. 5 IT Tom 9/6/2017 Password reset 9/9/2017 AP Training
  8. 6 IT Tom 9/6/2017 Password reset 9/10/2017 WH Training
  9. 7 IT Tom 9/6/2017 RF issue 9/11/2017 WH Training
  10. 8 IT Tom 9/6/2017 Power failure 9/12/2017 PL Training
  11.  
  12. user = {'Owner':'John', 'Department':'AR', 'Account': 'IT'}
  13.  
  14. ticketinfo = [
  15. {'Id': 10, 'Ticket':'Replace display','Category':'Training', 'Department':'AR'},
  16. {'Id': 20, 'Ticket':'Network issue', 'Category':'Training','Department':'AR'}
  17. ]
  18.  
  19. ticket_dates = [
  20. {'Id': 10, 'Date-open':'9/7/2017', 'Date-closed':'9/8/2017'},
  21. {'Id': 20, 'Date-open':'9/7/2017', 'Date-closed':'9/8/2017'}]
  22.  
  23. second = {'Owner':'John', 'Department':'CS', 'Account': 'IT'}
  24.  
  25. ticket_info_new = [{'Id': 10, 'Ticket':'Blue screen','Category':'Training'}]
  26. ticket_dates_new = [{'Id': 10, 'Date-open':'9/7/2017', 'Date-closed':'9/8/2017'}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement