What we need to do is extract/export the attachments from Lotus Notes including the incident number so that when we import into a SQL Server database the attachments will be insync with the incidents.
Are there any scripts or ideas on how to do something like this?
Subject: Extract/Export attachments out of Lotus Notes
HelloI was intersted to read this topic as I need to extract attachments from Lous Notes into an Oracle database. However I find that the attachments are always compressed when placed in Oracle.
Do you now how to decode them - I am referring to the ‘Base64’ comment? or do you now a way of extracting them already decoded? It is an interesting problem…
Subject: Extract/Export attachments out of Lotus Notes
How are the incidents stored, as text next to the attachment? You could probably do this with DXL by walking the tree and decoding the Base64 encoded attachments.