
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
@zazuko/rdf-parser-csvw
Advanced tools
A CSV on the Web parser with RDFJS Stream interface.
⛓️💥 Fork of rdf-ext/rdf-parser-csvw converted to ESM, including some tweaks and fixes
The package exports the parser as a class, so an instance must be created before it can be used.
The .import
method, as defined in the RDFJS specification, must be called to do the actual parsing.
It expects a stream of strings.
The method will return a stream which emits the parsed quads.
The constructor accepts an options
object with the following optional keys:
metadata
: Use the metadata to convert the CSV to RDF.
The metadata must be given as a Dataset using the CSV on the Web ontology.
This options is required.baseIRI
: Use the IRI to create Named Nodes.
The value must be a String.
This options is required.factory
: Use an alternative RDFJS data factory.
By default the reference implementation us used.timezone
: Use an alternative timezone to parse date and time values.
The value must be given as a String as defined in the Luxon documentation.
By default local
will be used.relaxColumnCount
: Don't throw an error if a row has a column count which doesn't match the headers column count.skipLinesWithError
: Skip lines with error instead of throwing an error and stop parsing.
This is mainly useful for debugging and should not be used in production environments.skipEmptyLines
: Ignore empty lines in the CSV file.trimHeaders
: Remove whitespace from the beginning and end of the column names.It's also possible to pass options as second argument to the .import
method.
The options from the constructor and the .import
method will be merged together.
X
and the exact formatting of the timezone offset.0.17.0
clownface
xsd:dateTime(Offset)
literals, will remove the millisecondsformat = 'RFC2822'
to interpret cell values as timestamps in that formatFAQs
CSV on the Web parser
The npm package @zazuko/rdf-parser-csvw receives a total of 1,206 weekly downloads. As such, @zazuko/rdf-parser-csvw popularity was classified as popular.
We found that @zazuko/rdf-parser-csvw demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.