리뷰 Importing Data to a Firestore Database개

리뷰 Importing Data to a Firestore Database개

리뷰 32303개

Oleksandr H. · 2개월 전에 리뷰됨

great

Mahmoud R. · 2개월 전에 리뷰됨

Prameela K. · 2개월 전에 리뷰됨

Sivashankar M. · 2개월 전에 리뷰됨

you need to edit the 2nd line in order for the import code to work const parse = promisify(require("csv-parse").parse); // Target the parse function

Vasilis G. · 2개월 전에 리뷰됨

Sivashankar M. · 2개월 전에 리뷰됨

node errors node:internal/validators:455 throw new ERR_INVALID_ARG_TYPE(name, 'Function', value); ^ TypeError [ERR_INVALID_ARG_TYPE]: The "original" argument must be of type function. Received an instance of Object at promisify (node:internal/util:410:3) at Object.<anonymous> (/home/student_03_edca2945f506/pet-theory/lab01/importTestData.js:2:21) Fix lab code. It's a waste of time. Just one import causing all this trouble.

Kamrudddin M. · 2개월 전에 리뷰됨

Jeremy N. · 2개월 전에 리뷰됨

Christian H. · 2개월 전에 리뷰됨

Shreyash G. · 2개월 전에 리뷰됨

there is no error with the code , just depreciate the csv parse to 4.x.x

Aravind Subramanian S. · 2개월 전에 리뷰됨

const parse = promisify(require('csv-parse').parse); to resole this error : node:internal/validators:455 throw new ERR_INVALID_ARG_TYPE(name, 'Function', value);

imad g. · 2개월 전에 리뷰됨

Aravind Subramanian S. · 2개월 전에 리뷰됨

imad g. · 2개월 전에 리뷰됨

Guglielmo P. · 2개월 전에 리뷰됨

Milan k. · 2개월 전에 리뷰됨

there is bug in ImportTestData file code so please replace below line <const parse = promisify(require('csv-parse'))> with <const parse = promisify(require('csv-parse').parse)>

Rajiv G. · 2개월 전에 리뷰됨

Rajiv G. · 2개월 전에 리뷰됨

Gunavathi M. · 2개월 전에 리뷰됨

Interesting work! Please update the code, because there is an error in the importTestData.js file

Andrii L. · 2개월 전에 리뷰됨

buggy, but found solution in comments

Oleh M. · 2개월 전에 리뷰됨

Jhon Edison P. · 2개월 전에 리뷰됨

Yogesh B. · 2개월 전에 리뷰됨

csv_parser's code is bad, i had to fix it with gpt

Zoltán G. · 2개월 전에 리뷰됨

Roman S. · 2개월 전에 리뷰됨

Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.