fix filters to have different filters per category

This commit is contained in:
jasonfu 2025-07-08 13:05:40 +02:00
parent 78f52c769d
commit 6a248e17be

View file

@ -76,7 +76,8 @@ export const properties = {
};
// input/output files parsing method
const filters: Record<string, string> = {
const filters: Record<string, Record<string, string>> = {
text: {
"602": "T602Document",
abw: "AbiWord",
csv: "Text",
@ -117,6 +118,7 @@ const filters: Record<string, string> = {
wri: "MS_Write",
xhtml: "HTML (StarWriter)",
zabw: "AbiWord",
},
};
export function convert(