文件名称:csv-to-firestore:终极快速CLI,可将您的csv数据迁移到Firebase Firestore !!!
文件大小:36KB
文件格式:ZIP
更新时间:2024-03-08 03:37:00
nodejs javascript firebase node csv
CSV到Firebase 终极快速CLI,可将您的csv数据迁移到Firebase Firestore! 安装 npm i -g csv-to-firestore 用法 准备 将CSV文件和Google服务帐户()移动到同一目录中 配置文件 开始之前,您必须编写自己的配置文件,如以下模板。 module . exports = { path : 'example.csv' , // Your CSV file name firebase : { credential : 'serviceAccount.json' , // Your service account file name collection : 'sample' , // target Collection in Firestore } , mapper :
【文件预览】:
csv-to-firestore-master
----.gitignore(976B)
----README.md(1KB)
----bin()
--------index.js(413B)
--------lib()
----LICENSE(1KB)
----package.json(870B)
----package-lock.json(131KB)