Skip to Main Content
HCL Domino Ideas Portal

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

Status Shipped
Workspace Domino
Categories Integration
Created by Guest
Created on Dec 15, 2020

Scheduled export of Domino Data to CSV

It would be beneficial to have a built-in feature in Domino to enable customers to schedule the import of domino data to CSV

  • Attach files
  • Admin
    Thomas Hampel
    Reply
    |
    Jan 13, 2021

    already exists in different ways, e.g. you can write an agent to make this work.

  • Guest
    Reply
    |
    Dec 23, 2020

    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().

  • Guest
    Reply
    |
    Dec 17, 2020

    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.