Skip to content

Commit

Permalink
Merge pull request #462 from Kitware/bad-mime-type
Browse files Browse the repository at this point in the history
Accept windows excel file mimetype as CSV file
  • Loading branch information
Roni Choudhury committed Oct 25, 2016
2 parents 86db783 + 769f913 commit 9cd0998
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const SUPPORTED_FORMATS = {
'json': 'json',
'text/csv': 'csv',
'text/tsv': 'csv',
'application/vnd.ms-excel': 'csv',
'application/json': 'json'
};

Expand Down

0 comments on commit 9cd0998

Please sign in to comment.