zoomie | TuloZ
Convex Communityβ€’2y agoβ€’
2 replies
zoomie | Tulo

csv loader (without convex mutation)

I'm trying to make a general csv loader, is there a way to do this without needing to write a mutation?
The following comment is how I imagine it should work

// Script loads a csv file into an empty convex table.
// Create a new table in convex, pass this name as <table_name>.
// It uses the names of the csv file columns as the column names in the table.

// Usage: node scripts/load_csv.js <table_name> <csv_file_path>
Was this page helpful?