Skip to content

v0.0.6

Compare
Choose a tag to compare
@robmckinnon robmckinnon released this 19 Mar 21:23
· 23 commits to master since this release

0.0.6 (2017-03-19)

  • Features
    • Add keyword_lists_from_tsv/1 and keyword_lists_from_csv/2 that returns keyword lists stream for given TSV/CSV
    • Add maps_from_tsv/1 and maps_from_csv/2 that returns maps with atom keys stream for given TSV/CSV
    • Add filter_and_take/3 that returns stream with filter regexp and take count applied
    • Add puts_tsv/1 and puts_tsv/2 functions to write streams of string lists as TSV to stdout