diff --git a/.DS_Store b/.DS_Store index c11fd40..2366b32 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/schemas/xml-bug/example-bad.xml b/docs/archive/2025-09-small-employer/example-bad.xml similarity index 100% rename from schemas/xml-bug/example-bad.xml rename to docs/archive/2025-09-small-employer/example-bad.xml diff --git a/schemas/xml-bug/example-good.xml b/docs/archive/2025-09-small-employer/example-good.xml similarity index 100% rename from schemas/xml-bug/example-good.xml rename to docs/archive/2025-09-small-employer/example-good.xml diff --git a/schemas/xml-bug/field-clicked.jpeg b/docs/archive/2025-09-small-employer/field-clicked.jpeg similarity index 100% rename from schemas/xml-bug/field-clicked.jpeg rename to docs/archive/2025-09-small-employer/field-clicked.jpeg diff --git a/schemas/xml-bug/problem.xml b/docs/archive/2025-09-small-employer/problem.xml similarity index 100% rename from schemas/xml-bug/problem.xml rename to docs/archive/2025-09-small-employer/problem.xml diff --git a/schemas/xml-bug/snippet.xml b/docs/archive/2025-09-small-employer/snippet.xml similarity index 100% rename from schemas/xml-bug/snippet.xml rename to docs/archive/2025-09-small-employer/snippet.xml diff --git a/docs/ILR_Specification_2025_26_Appendix_B_Annex1_v3.xlsx b/docs/specs/25-26_Appendix-B_Annex-1_v3.xlsx similarity index 100% rename from docs/ILR_Specification_2025_26_Appendix_B_Annex1_v3.xlsx rename to docs/specs/25-26_Appendix-B_Annex-1_v3.xlsx diff --git a/main.js b/main.js index e4e4393..4f54f05 100644 --- a/main.js +++ b/main.js @@ -254,10 +254,6 @@ ipcMain.on("upload-csv", (event, dataArray, version) => { ESMType: "SEM", ESMCode: "1", }, - { - ESMType: "OET", - ESMCode: "2", - }, ] : []), ...(dataArray[i][30] diff --git a/package.json b/package.json index 92845e9..99bc530 100644 --- a/package.json +++ b/package.json @@ -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": {