Skip to content

Commit

Permalink
Cleaning additional text fields as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Littman committed Feb 22, 2018
1 parent ba771a6 commit dbd3c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twarc/json2csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def get_row(t):
user('followers_count'),
user('friends_count'),
user('listed_count'),
user('location'),
user('name'),
clean_str(user('location')),
clean_str(user('name')),
user('statuses_count'),
user('time_zone'),
user_urls(t),
Expand Down

0 comments on commit dbd3c5a

Please sign in to comment.