Safe Haskell | None |
---|---|
Language | Haskell2010 |
ProjectM36.Relation.Parse.CSV
Documentation
data CsvImportError Source #
Constructors
CsvParseError String | |
AttributeMappingError RelationalError | |
HeaderAttributeMismatchError (Set AttributeName) |
Instances
makeAtomFromCSVText :: AttributeName -> AtomType -> Text -> Either RelationalError Atom Source #