@graphysdk/data-import-utils converts CSV, TSV, and spreadsheet files into the Data structure expected by @graphysdk/core.
Installation
Parse a CSV
Parse a Spreadsheet
Parse from Disk (Node.js)
fromFile auto-detects the format from the file extension. See File for details.
Parse from URL
fromURL fetches a remote file and auto-detects the format from the URL path extension. See URL for details.

