A simple (work in progress) LotusScript agent to export Lotus Notes documents to JSON files.
-
Create an agent in your Notes db; e.g.,
JSON Export. -
Copy the code from the files in the
agentdirectory into theInitializeand each Function. The result should look something like:
- From a view, select the documents you wish to export, then select
Actions / JSON Exportas shown below. (Note: it might be a good idea to export different document types--i.e., documents created with different Forms--to separate files.)
- Does not yet export rich text fields or attachments.
- Tabs and other special characters may cause some issues.

