Data Import/Export
Importing data from CSV, JSON, JSON-LD, and external sources
4 pages
How to compare values with a CSV file using WOQL
Learn how to efficiently compare a list of values against a CSV file to find additions, deletions, and unchanged items using WOQL
How to extract tabular data from JSON with WOQL
Learn how to extract rows and columns from JSON arrays using the sys:Dictionary pattern and dot operator in WOQL
Import Data with the Python Client
A guide to show how to import CSV data into TerminusDB using the Python Client
Import JSON-LD Documents with WOQL
TerminusDB stores data as RDF triples and presents it as JSON-LD. This guide shows how to load existing JSON-LD from files, APIs, or other sources using the Document API or WOQL.