John Doisneau
05/13/2021, 11:11 PMJason Bosco
05/14/2021, 12:21 AM$client->collections['mycollectionname']->documents->import('catalog.jsonl')
worked, because you'd need to pass the actual contents of the file and not the file name to that method.
You'd need to read the contents of the file separately into a variable, and then pass those contents into the import method.Jason Bosco
05/14/2021, 12:22 AMimport
method, so you can import with minimal memory on the client side.John Doisneau
05/14/2021, 1:07 PMJohn Doisneau
05/14/2021, 1:08 PMJason Bosco
05/14/2021, 5:48 PMJohn Doisneau
05/16/2021, 12:02 AMJohn Doisneau
05/16/2021, 12:03 AMJason Bosco
05/16/2021, 1:22 AMJohn Doisneau
05/16/2021, 1:42 AMAbdullah Al-Faqeir
07/02/2021, 6:07 PMJohn Doisneau
07/02/2021, 7:26 PM