Firestore データベースにデータを読み込む のレビュー

52031 件のレビュー

csv-parse import needs to be updated in description to work. const parse = promisify(require("csv-parse").parse); Perhaps a little short timeframe if one wants to be thorough and read through and understand what the code is doing as well. Other than that it was great to see how batching works and how simple it is to utilise the GCP APIs :)

Gavelin Pontus · 約2年前にレビュー済み

Hrabovyi Oleksandr · 約2年前にレビュー済み

great

Reyad Mahmoud · 約2年前にレビュー済み

Kopuri Prameela · 約2年前にレビュー済み

Muppidathi Sivashankar · 約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

Giannoulis Vasilis · 約2年前にレビュー済み

Muppidathi Sivashankar · 約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.

Mansoori Kamrudddin · 約2年前にレビュー済み

Novak Jeremy · 約2年前にレビュー済み

Held Christian · 約2年前にレビュー済み

Ghodake Shreyash · 約2年前にレビュー済み

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

Sundhararaman Aravind Subramanian · 約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);

garni imad · 約2年前にレビュー済み

Sundhararaman Aravind Subramanian · 約2年前にレビュー済み

garni imad · 約2年前にレビュー済み

Pisani Guglielmo · 約2年前にレビュー済み

khaddar Milan · 約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)>

Gupta Rajiv · 約2年前にレビュー済み

Gupta Rajiv · 約2年前にレビュー済み

M Gunavathi · 約2年前にレビュー済み

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

Laskevych Andrii · 約2年前にレビュー済み

buggy, but found solution in comments

Malichenko Oleh · 約2年前にレビュー済み

Pinilla Páez Jhon Edison · 約2年前にレビュー済み

Bhowate Yogesh · 約2年前にレビュー済み

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

Gallik Zoltán · 約2年前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。