Liking cljdoc? Tell your friends :D

csv2rdf.tabular.cell


add-cell-errorclj

(add-cell-error {:keys [stringValue] :as cell-element} error-message)
source

add-cell-errorsclj

(add-cell-errors cell-element errors)
source

append-cell-valueclj

(append-cell-value partial-cell {:keys [errors] :as cv})
source

canonical-valueclj

(canonical-value {:keys [list value] :as cell})
source

column-default-if-emptyclj

(column-default-if-empty value column)
source

column-required-messageclj

source

combine-cell-valuesclj

(combine-cell-values cell-values)
source

copy-column-annotationsclj

(copy-column-annotations cell column)

Copy required annotations onto a cell from its column

Copy required annotations onto a cell from its column
sourceraw docstring

duration?clj

source

errorsclj

source

fail-parseclj

(fail-parse string-value error-message)
source

get-length-errorclj

(get-length-error {:keys [stringValue] :as cell-element}
                  rel-sym
                  length
                  constraint)
source

is-column-null?clj

(is-column-null? value column)
source

langclj

source

length-relationsclj

source

parse-atomic-valueclj

(parse-atomic-value string-value column)

Parses an 'atomic' value within a cell i.e. one which should be parsed directly according to the column datatype.

Parses an 'atomic' value within a cell i.e. one which should be parsed directly according to the
column datatype.
sourceraw docstring

parse-cellclj

(parse-cell value column)

Parses a cell value in the input CSV to obtain the semantic value.

Parses a cell value in the input CSV to obtain the semantic value.
sourceraw docstring

parse-cell-valueclj

(parse-cell-value value column)
source

parse-datatypeclj

(parse-datatype string-value {fmt :format base :base :as datatype})
source

replace-special-whitespaceclj

(replace-special-whitespace value column)
source

semantic-valueclj

(semantic-value {:keys [list value] :as cell})
source

separator->patternclj

(separator->pattern separator)
source

strip-whitespaceclj

(strip-whitespace value column)
source

validate-lengthclj

(validate-length {:keys [value datatype] :as cell-element})

Validates the length of the cell value is valid for the constraints on the column metadata

Validates the length of the cell value is valid for the constraints on the column metadata
sourceraw docstring

validate-valueclj

(validate-value {{:keys [base]} :datatype :as cell-element})
source

validate-value-boundsclj

(validate-value-bounds {:keys [value stringValue datatype] :as cell-element})

Validates the cell value is valid for any bounds specified on its datatype

Validates the cell value is valid for any bounds specified on its datatype
sourceraw docstring

valueclj

source

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

× close