Class CsvStoreWriter
Class for generating CSV output from RDF Datasets.
Inherited Members
Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public class CsvStoreWriter : BaseStoreWriter, IStoreWriter, IFormatterBasedWriter
Properties
| Edit this page View SourceTripleFormatterType
Gets the type of the Triple Formatter used by the writer.
Declaration
public Type TripleFormatterType { get; }
Property Value
Type | Description |
---|---|
Type |
Methods
| Edit this page View SourceRaiseWarning(string)
Raise a warning event.
Declaration
protected virtual void RaiseWarning(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message assocaited with the warning event. |
Save(ITripleStore, TextWriter, bool)
Saves a Triple Store to CSV Format.
Declaration
public override void Save(ITripleStore store, TextWriter writer, bool leaveOpen)
Parameters
Type | Name | Description |
---|---|---|
ITripleStore | store | Triple Store to save. |
TextWriter | writer | Writer to save to. |
bool | leaveOpen | Boolean flag indicating if |
Overrides
| Edit this page View SourceToString()
Gets the String representation of the writer which is a description of the syntax it produces.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
Events
| Edit this page View SourceWarning
Event which is raised when a non-fatal error occurs while outputting CSV
Declaration
public override event StoreWriterWarning Warning
Event Type
Type | Description |
---|---|
StoreWriterWarning |