Is this possible?
Or even just using the node-sdk?
You can use a node lib to parse the CSV and use service side functions to create the data
I have tried but get this error:
FYI
Also avoiding the functions part as tried to insert rows manually in 1.7.4 but takes more than 15 mins for 50k+ rows
you can try bulk methods?
no i meant use another csv parsing library
InputFile does not support csv
you can try this - https://www.npmjs.com/package/csv-parser
I'm on self hosted 1.7.4 of appwrite, and think TableAPI is not working until is on 1.8...
bulk methods are part of 1.7.x - https://appwrite.io/docs/references/1.7.x/server-nodejs/databases#createDocuments
Same issue
can you share the code?
Here
Using this now
what version of node do you have? Some dependency you installed may have screwed up the fetch method
v22.14.0
Recommended threads
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...