From bb7e3128e0abc3166b19f07a496d339063218b46 Mon Sep 17 00:00:00 2001 From: Valdemar Emil Otte Petersen Date: Mon, 30 Sep 2024 14:45:26 +0200 Subject: [PATCH 1/4] Added aca-fmt/15 manual action --- fileformats.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fileformats.yml b/fileformats.yml index 3f87da5..992f771 100644 --- a/fileformats.yml +++ b/fileformats.yml @@ -84,6 +84,12 @@ aca-fmt/9: extract: tool: tnef extension: .dat +aca-fmt/15: + name: MS Access database unspecified version (Jet 4 DB) + action: manual + manual: + reason: Unable to convert automatically. + process: Open with Microsoft Access. Save as Excel. Identify with digiarch. aca-fmt/18: name: OpenDocument Text (unspecified version) action: convert From 7b3b1b7784aaff37077f313068db33f9afc1cb55 Mon Sep 17 00:00:00 2001 From: Valdemar Emil Otte Petersen Date: Mon, 30 Sep 2024 14:56:12 +0200 Subject: [PATCH 2/4] aca-fmt/10-16 --- fileformats.yml | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/fileformats.yml b/fileformats.yml index 992f771..32ca790 100644 --- a/fileformats.yml +++ b/fileformats.yml @@ -84,12 +84,48 @@ aca-fmt/9: extract: tool: tnef extension: .dat +aca-fmt/10: + name: MS Access 95 + action: manual + manual: + reason: Unable to convert automatically. + process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. +aca-fmt/11: + name: MS Access 97 + action: manual + manual: + reason: Unable to convert automatically. + process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. +aca-fmt/12: + name: MS Access 2000 + action: manual + manual: + reason: Unable to convert automatically. + process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. +aca-fmt/13: + name: MS Access 2002/3 + action: manual + manual: + reason: Unable to convert automatically. + process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. +aca-fmt/14: + name: MS Access database unspecified version (Jet 3 DB) + action: manual + manual: + reason: Unable to convert automatically. + process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. aca-fmt/15: name: MS Access database unspecified version (Jet 4 DB) action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. Save as Excel. Identify with digiarch. + process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. +aca-fmt/16: + name: MS Access database unspecified version (ACE DB) + action: manual + manual: + reason: Unable to convert automatically. + process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. aca-fmt/18: name: OpenDocument Text (unspecified version) action: convert From 8270a38d0a6e505fe015eb10b8711af2255a793f Mon Sep 17 00:00:00 2001 From: Valdemar Emil Otte Petersen Date: Mon, 30 Sep 2024 14:57:21 +0200 Subject: [PATCH 3/4] Fix typo --- fileformats.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fileformats.yml b/fileformats.yml index 32ca790..939fe85 100644 --- a/fileformats.yml +++ b/fileformats.yml @@ -89,43 +89,43 @@ aca-fmt/10: action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. aca-fmt/11: name: MS Access 97 action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. aca-fmt/12: name: MS Access 2000 action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. aca-fmt/13: name: MS Access 2002/3 action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. aca-fmt/14: name: MS Access database unspecified version (Jet 3 DB) action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. aca-fmt/15: name: MS Access database unspecified version (Jet 4 DB) action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. aca-fmt/16: name: MS Access database unspecified version (ACE DB) action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the databse, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. aca-fmt/18: name: OpenDocument Text (unspecified version) action: convert From faaa0dbd6fadf7070f9ea687c4b41ad94234e1e0 Mon Sep 17 00:00:00 2001 From: Valdemar Emil Otte Petersen Date: Wed, 2 Oct 2024 09:30:27 +0200 Subject: [PATCH 4/4] Fix typo --- fileformats.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fileformats.yml b/fileformats.yml index 939fe85..9269dc8 100644 --- a/fileformats.yml +++ b/fileformats.yml @@ -89,43 +89,43 @@ aca-fmt/10: action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each table in the database, save the table as .xlsx. Reidentify with digiarch. aca-fmt/11: name: MS Access 97 action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each table in the database, save the table as .xlsx. Reidentify with digiarch. aca-fmt/12: name: MS Access 2000 action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each table in the database, save the table as .xlsx. Reidentify with digiarch. aca-fmt/13: name: MS Access 2002/3 action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each table in the database, save the table as .xlsx. Reidentify with digiarch. aca-fmt/14: name: MS Access database unspecified version (Jet 3 DB) action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each table in the database, save the table as .xlsx. Reidentify with digiarch. aca-fmt/15: name: MS Access database unspecified version (Jet 4 DB) action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each table in the database, save the table as .xlsx. Reidentify with digiarch. aca-fmt/16: name: MS Access database unspecified version (ACE DB) action: manual manual: reason: Unable to convert automatically. - process: Open with Microsoft Access. For each tabel in the database, then save the tabel save as .xlsx. Reidentify with digiarch. + process: Open with Microsoft Access. For each table in the database, save the table as .xlsx. Reidentify with digiarch. aca-fmt/18: name: OpenDocument Text (unspecified version) action: convert