Liking cljdoc? Tell your friends :D

csv2rdf.tabular.cell


add-cell-errorclj

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

add-cell-errorsclj

(add-cell-errors cell-element errors)

append-cell-valueclj

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

canonical-valueclj

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

column-default-if-emptyclj

(column-default-if-empty value column)

column-required-messageclj


combine-cell-valuesclj

(combine-cell-values cell-values)

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
raw docstring

duration?clj


errorsclj


fail-parseclj

(fail-parse string-value error-message)

get-length-errorclj

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

is-column-null?clj

(is-column-null? value column)

langclj


length-relationsclj


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.
raw 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.
raw docstring

parse-cell-valueclj

(parse-cell-value value column)

parse-datatypeclj

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

replace-special-whitespaceclj

(replace-special-whitespace value column)

semantic-valueclj

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

separator->patternclj

(separator->pattern separator)

strip-whitespaceclj

(strip-whitespace value column)

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
raw docstring

validate-valueclj

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

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
raw docstring

valueclj

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

× close