Skip to content

Commit

Permalink
NeoCSV: Small pass
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Jul 8, 2015
1 parent 8f5d541 commit 065fc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NeoCSV/NeoCSV.pier
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ $ wc paul.csv
10000001 10000001 342781577 paul.csv
]]]

The following code selectively collects every record with a third field lower than 1000 (there is around 10 thousands of those). (this takes a bit of time, be patient).
The following code selectively collects every record with a third field lower than 1000 (this takes a bit of time, be patient):

[[[language=smalltalk
Array streamContents: [ :out |
Expand Down

0 comments on commit 065fc60

Please sign in to comment.