feat: use batch api (#1)
+ bulk record creation support for JSON and CSV
This commit is contained in:
@ -143,7 +143,6 @@ export function parseData(
|
||||
|
||||
// create a row schema for the collection
|
||||
const rowSchema = generateRowSchema(schema);
|
||||
console.log("RowSchema", rowSchema);
|
||||
|
||||
data.forEach((rawRow) => {
|
||||
rows.push(parseRow(rawRow, rowSchema));
|
||||
|
Reference in New Issue
Block a user