Compilata versione 1.3 pronta alla release

This commit is contained in:
2020-04-02 18:28:55 +02:00
parent 7ffce8cdfd
commit 18597dfbbf
3 changed files with 74 additions and 75 deletions

Binary file not shown.

View File

@@ -1,16 +1,14 @@
{ {
"version": "v1.2", "version": "v1.3",
"paths": { "paths": {
"lastUsed": "defaults.json", "lastUsed": "defaults.json",
"configurationPath": "./conf/", "configurationPath": "./conf/",
"INworkPath": "C:/", "INworkPath": "C://",
"OUTworkPath": "C:/", "OUTworkPath": "C://",
"fileList": [ "fileList": []
"bdlog.txt"
]
}, },
"docStruct": { "docStruct": {
"fileVersNew": true, "fileVersNew": false,
"language": "English", "language": "English",
"languageIdx": 1, "languageIdx": 1,
"docSep": "\\s*Copyright [(0-9)]+", "docSep": "\\s*Copyright [(0-9)]+",
@@ -38,7 +36,9 @@
} }
}, },
"settings": { "settings": {
"encoding": "ansi", "winW": 800,
"winH": 700,
"encoding": "windows-1252",
"monthPosition": 0, "monthPosition": 0,
"getNewsPaperName": true, "getNewsPaperName": true,
"nameNotFoundStr": "ND", "nameNotFoundStr": "ND",

View File

@@ -1,68 +1,67 @@
{ {
"version": "v1.2", "version": "v1.3",
"paths": { "paths": {
"lastUsed": "spiripacchio.json", "lastUsed": "linux.json",
"configurationPath": "./conf/", "configurationPath": "./conf/",
"INworkPath": "D:/Emanuele/Documenti/workspace/bananaSPLIT/TestFiles/FileBastardi", "INworkPath": "/home/",
"OUTworkPath": "H:/", "OUTworkPath": "/home/",
"fileList": [ "fileList": []
"Files(100)(1).txt", },
"Files(100)(2).txt" "docStruct": {
] "fileVersNew": false,
}, "language": "English",
"docStruct": { "languageIdx": 1,
"fileVersNew": true, "docSep": "\\s*Copyright [(0-9)]+",
"language": "English", "beginOfDocument": "\\s*Body",
"languageIdx": 1, "endOfDocument": "\\s*End of Document",
"docSep": "\\s*Copyright [(0-9)]+", "dateFormat": "{month} {day:d}, {year:d}{}",
"beginOfDocument": "\\s*Body", "outPrefix": "",
"endOfDocument": "\\s*End of Document", "outSuffix": "",
"dateFormat": "{month} {day:d}, {year:d}{}", "outExt": ".txt",
"outPrefix": "", "outDateType": "jpn",
"outSuffix": "", "outNameFormat": "",
"outExt": ".txt", "outDate": true,
"outDateType": "jpn", "outTitle": true,
"outNameFormat": "", "outNumber": true,
"outDate": true, "numberPos": 1,
"outTitle": true, "datePos": 2,
"outNumber": true, "titlePos": 3,
"numberPos": 1, "maxTitleLen": 16,
"datePos": 2, "outNameSep": "-",
"titlePos": 3, "customSep": "=",
"maxTitleLen": 16, "dateFormats": {
"outNameSep": "-", "jpn": "{year:04d}{month:02d}{day:02d}",
"customSep": "=", "it": "{day:02d}{month:02d}{year:04d}",
"dateFormats": { "usa": "{month:02d}{year:04d}{day:02d}"
"jpn": "{year:04d}{month:02d}{day:02d}", }
"it": "{day:02d}{month:02d}{year:04d}", },
"usa": "{month:02d}{year:04d}{day:02d}" "settings": {
} "winW": 800,
}, "winH": 700,
"settings": { "encoding": "windows-1252",
"encoding": "ansi", "monthPosition": 0,
"monthPosition": 0, "getNewsPaperName": true,
"getNewsPaperName": true, "nameNotFoundStr": "ND",
"nameNotFoundStr": "ND", "includeTitle": true,
"includeTitle": true, "removeDuplicates": true,
"removeDuplicates": true, "showSkipped": false,
"showSkipped": false, "showRemovedDuplicates": false,
"showRemovedDuplicates": false, "loadTXT": true,
"loadTXT": true, "loadDOCX": false,
"loadDOCX": false, "removeOldFiles": true,
"removeOldFiles": true, "saveSeparateFiles": true,
"saveSeparateFiles": true, "saveBodyFile": true,
"saveBodyFile": true, "saveBodyNumber": true,
"saveBodyNumber": true, "delLF": false,
"delLF": false, "delWordBreak": true,
"delWordBreak": true, "delChars": [
"delChars": [ "'",
"'", "@",
"@", "#",
"#", "$",
"$", "%",
"%", "^",
"^", "&"
"&" ]
] }
}
} }