Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tracecompass-dev] Exporting CSV option

Hello,

 

I’m currently working on an “Export to csv” option that should work on all views, by adding a new state to AbstractOutputComponent called exportCSV that can either be undefined or a string. Any view that wants to use this feature can set this state, following which a new option will appear in the drop-down menu. Clicking on this option will fire a signal that export exportCSV string into a csv file and download it to the machine, similar to how it’s done in https://github.com/eclipse-cdt-cloud/theia-trace-extension/pull/750. I also intend to change this pull request to use my export function if it’s implemented

 

Please let me know if you have any comment, concern about this feature.

 

Alex


This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.

Back to the top