Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from mapachurro/termsv1-1
Browse files Browse the repository at this point in the history
Update terms
  • Loading branch information
mapachurro authored Jul 23, 2024
2 parents 7806107 + ed51ca8 commit a68d023
Show file tree
Hide file tree
Showing 5 changed files with 5,821 additions and 1,945 deletions.
2 changes: 1 addition & 1 deletion data/v1/defcsvtojson.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const csv = require('csv-parser');
const results = [];

// Read the CSV file
fs.createReadStream(path.join(__dirname, 'glossary149.csv'))
fs.createReadStream(path.join(__dirname, 'terms-1.4.9.2.csv'))
.pipe(csv())
.on('data', (data) => results.push(data))
.on('end', () => {
Expand Down
Loading

0 comments on commit a68d023

Please sign in to comment.