Skip to content

Commit

Permalink
Add papaparse and update app.js
Browse files Browse the repository at this point in the history
Issue #1758
  • Loading branch information
robyngit committed Sep 10, 2024
1 parent fa0e876 commit 5dd57a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/papaparse.min.js

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

2 changes: 2 additions & 0 deletions src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ require.config({
markdownTableFromJson:
MetacatUI.root + "/components/markdown-table-from-json.min",
markdownTableToJson: MetacatUI.root + "/components/markdown-table-to-json",
// robust CSV parsing
papaParse: MetacatUI.root + "/components/papaparse.min",
// Polyfill required for using dropzone with older browsers
corejs: MetacatUI.root + "/components/core-js",
// Custom semantic bundle used for searchable multi-select dropdown component
Expand Down

0 comments on commit 5dd57a8

Please sign in to comment.