This commit is contained in:
2022-03-25 21:33:30 +00:00
parent a2c195aaa1
commit 8a40a35be2

View File

@@ -138,10 +138,10 @@ export default {
// JSON.stringify(dat)
// );
// console.log(
// "if it was csv it should look like this:",
// Papa.unparse(dat)
// );
console.log(
"if it was csv it should look like this:",
Papa.unparse(dat)
);
//upload the data
await this.upload(dat);