Skip to content
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
Binary file modified .DS_Store
Binary file not shown.
4 changes: 0 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,6 @@ ipcMain.on("upload-csv", (event, dataArray, version) => {
ESMType: "SEM",
ESMCode: "1",
},
{
ESMType: "OET",
ESMCode: "2",
},
]
: []),
...(dataArray[i][30]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilr_file_creator",
"version": "1.0.0",
"version": "1.1.1",
"description": "The DFE tool for creating XML files that can be uploaded to their website is slow and limited in its function. We have an airtable that contains all the information it asks for but its hard to move that information. To fixt this we built a tool that takes the CSV values generated from our airtable and processes them to a XML file withouth having to refill any information.",
"main": "main.js",
"scripts": {
Expand Down