Liking cljdoc? Tell your friends :D

linkedin-connections.core


-mainclj

(-main & args)

Print the emails of the given file to STDIO

Print the emails of the given file to STDIO
sourceraw docstring

emailclj

(email map)

Return email from map

Return email from map
sourceraw docstring

first-last-emailclj

(first-last-email map)

Return first,last,email from map

Return first,last,email from map
sourceraw docstring

get-dataclj

(get-data file func)
source

get-emailsclj

(get-emails file)
source

get-extractorcljmacro

(get-extractor header)

Return the extractor function based on the type of file determined by looking at the header using the is-yahoo and is-outlook functions

Return the extractor function based on the type of file determined by looking at the header
using the is-yahoo and is-outlook functions
sourceraw docstring

get-first-last-emailsclj

(get-first-last-emails file)
source

get-headerclj

(get-header file)

Test function to return the first line of the file

Test function to return the first line of the file
sourceraw docstring

is-outlookclj

(is-outlook header)
source

is-yahooclj

(is-yahoo header)

The Yahoo file header starts with "First"

The Yahoo file header starts with "First"
sourceraw docstring

outlook-extractclj

Outlook extractor function

|------------+-------| | Column | Index | |------------+-------| | First Name | 1 | | Last Name | 3 | | Email | 5 | | Company | 29 | | Job Title | 31 | |------------+-------|

 Outlook extractor function

|------------+-------|
| Column     | Index |
|------------+-------|
| First Name |     1 |
| Last Name  |     3 |
| Email      |     5 |
| Company    |    29 |
| Job Title  |    31 |
|------------+-------|
sourceraw docstring

parserclj

(parser fn row)
source

(print-usage)
source

yahoo-extractclj

Yahoo extractor function

|---------+-------| | Column | Index | |---------+-------| | First | 0 | | Last | 2 | | Email | 4 | | Company | 21 | | Title | 20 | |---------+-------|

 Yahoo extractor function

|---------+-------|
| Column  | Index |
|---------+-------|
| First   |     0 |
| Last    |     2 |
| Email   |     4 |
| Company |    21 |
| Title   |    20 |
|---------+-------|
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close