Skip to content

Commit

Permalink
Fixed CSV parsing - two pass parser using uDSV and SheetJS (pretzelai#8)
Browse files Browse the repository at this point in the history
Co-authored-by: prasoon <[email protected]>
  • Loading branch information
prasoon2211 and prasoon authored Mar 14, 2024
1 parent d88651b commit 2434abf
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 148 deletions.
97 changes: 10 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"marked": "^12.0.1",
"papaparse": "^5.4.1",
"posthog-js": "^1.112.0",
"prql-js": "^0.11.3",
"react": "^18.2.0",
Expand All @@ -43,8 +42,9 @@
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^4.9.5",
"udsv": "^0.5.3",
"uuid": "^9.0.1",
"xlsx": "^0.18.5"
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz"
},
"scripts": {
"start": "craco start",
Expand Down
Loading

0 comments on commit 2434abf

Please sign in to comment.