timmeade
timmeade
CCConvex Community
Created by timmeade on 3/2/2024 in #support-community
ImportFailed: Not valid JSON.
I have imported data before but smaller sets. I'm trying to import about an 8000 row json file. It fails at a different point every time. If i only import 1 or 2 records it works fine, but I need to import about 300. Any ideas? ❯ npx convex import --table inmate_customers ~/src/data/customers_stripeid_20240302-1.json --prod ✖ Importing data from "/Users/tim/src/data/customers_stripeid_20240302-1.json" to table "inmate_customers" in your prod deployment failed 400 Bad Request: ImportFailed: Not valid JSON: EOF while parsing a value at line 264 column 1 ❯ npx convex import --table inmate_customers ~/src/data/customers_stripeid_20240302-1.json --prod ✖ Importing data from "/Users/tim/src/data/customers_stripeid_20240302-1.json" to table "inmate_customers" in your prod deployment failed 400 Bad Request: ImportFailed: Not valid JSON: EOF while parsing a string at line 13 column 36 ❯ npx convex import --table inmate_customers ~/src/data/customers_stripeid_20240302-1.json --prod ✖ Importing data from "/Users/tim/src/data/customers_stripeid_20240302-1.json" to table "inmate_customers" in your prod deployment failed 400 Bad Request: ImportFailed: Not valid JSON: EOF while parsing a value at line 46 column 3
7 replies