Skip to content

Commit

Permalink
PSV comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Dec 13, 2018
1 parent 422cfa4 commit a30d120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/etl_test/test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def test_csv():
# TSV
assert t( ("data", TSV(r"city,pop,province") ))({'data': 'nj\t800\tjs'}) == {'province': 'js', 'city': 'nj', 'data': 'nj\t800\tjs', 'pop': '800'}

# TSV
# PSV
assert t( ("data", PSV(r"city,pop,province") ))({'data': 'nj|800|js'}) == {'province': 'js', 'city': 'nj', 'data': 'nj|800|js', 'pop': '800'}


Expand Down

0 comments on commit a30d120

Please sign in to comment.