Skip to content

A simple (work in progress) LotusScript agent to export Lotus Notes data to JSON files

License

Notifications You must be signed in to change notification settings

rotarydialer/lotus-notes-export-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lotus Notes JSON Exporter

A simple (work in progress) LotusScript agent to export Lotus Notes documents to JSON files.

Usage

  1. Create an agent in your Notes db; e.g., JSON Export.

  2. Copy the code from the files in the agent directory into the Initialize and each Function. The result should look something like:

agent

  1. From a view, select the documents you wish to export, then select Actions / JSON Export as shown below. (Note: it might be a good idea to export different document types--i.e., documents created with different Forms--to separate files.)

export example

Known Issues:

  • Does not yet export rich text fields or attachments.
  • Tabs and other special characters may cause some issues.

About

A simple (work in progress) LotusScript agent to export Lotus Notes data to JSON files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published