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

Update terms #12

Merged
merged 3 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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