Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
already exists in different ways, e.g. you can write an agent to make this work.
A good solution would be to have a class like NotesExportToCSV with the ability to set:
data for processing: NotesView or NotesViewEntryCollection or NotesDocumentCollection;
fileName;
character set;
EOL type;
separator for MultyValues-items;
method addColumn(sColTitle, sColFormula);
method Process().
While it would be good to have this as a native feature, if you are open to a third party product in the meantime, you might want to look at our Midas LSX which makes this easy to do from a scheduled agent, and with a great deal more control over the contents of the CSV than you are ever likely to see in the core product. Take a look at one of our videos such as Out of Notes Pt 10: To SQL Server or DB2 for some sense of the possibility.