Skip to content

Commit

Permalink
Fix to text field.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Littman committed Mar 4, 2018
1 parent 90b33eb commit 5cd51d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twarc/json2csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_row(t, excel=False):
get('created_at'),
date_parse(get('created_at')),
user('screen_name'),
text(t) if not excel else tweet_url(t),
text(t) if not excel else clean_str(text(t)),
tweet_type(t),
coordinates(t),
hashtags(t),
Expand Down

0 comments on commit 5cd51d8

Please sign in to comment.