Dear all,
I would like to export all documents from a database to a text file - or more files - but only one would be even better.
Then I can process the exported file(s) with sed or awk because the nature of wrong entries in rich text items is ideally suited for those tools. Everything else should stay the same in the document - all other rich text formatting, other item values, etc.
After the exported files are processed I need to import them back to the original database. The only thing that can be changed are ‘wrong’ entries in rich text items.
Is such a thing possible? I know I need to look at NotesDXLExporter and NotesDXLImporter classes. My main concern is, whether I will be able to import documents back to the same database - essentially overwriting the old docs.
I’m not an expert on XSLT so I’d not like to use if it is not absolutelly necessary.
Thank you for your help.