Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Sep 13, 2016
1 parent 85de001 commit 45ffb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def skip_even_rows(extended_rows):
if number % 2:
yield (number, headers, row)

stream = Stream('source.xls',
stream = Stream('http://example.com/source.xls',
headers=1, encoding='utf-8', sample_size=1000,
post_parse=[skip_even_rows], parser_options={delimeter': ',', quotechar: '|'})
stream.open()
Expand Down

0 comments on commit 45ffb16

Please sign in to comment.