Skip to main content

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

Thanks for letting me know that @Hriday Panchasara is also working on the issue. It looks like the implementation is well under way. I’ll coordinate with Hriday on the PR, see if I can get it working for xy view as well. Another thing I’m working on is a more generic drop down menu, turning options into components instead of hard-coded React fragments. I don’t see any PR on that.

 

If there is any comment, concern please let me know,

 

Alex

 

From: tracecompass-dev <tracecompass-dev-bounces@xxxxxxxxxxx> On Behalf Of Bernd Hufmann via tracecompass-dev
Sent: Monday, March 13, 2023 14:38
To: tracecompass developer discussions <tracecompass-dev@xxxxxxxxxxx>
Cc: Bernd Hufmann <bernd.hufmann@xxxxxxxxxxxx>; Hriday Panchasara <hriday.panchasara@xxxxxxxxxxxx>; Elena Laskavaia <ELaskavaia@xxxxxxxxxxxxxx>
Subject: Re: [tracecompass-dev] Exporting CSV option

 

CAUTION - This email is from an external source. Please be cautious with links and attachments. (go/taginfo)

 

Hi,

 

thanks for this suggestion. There is currently some effort ongoing to make the existing exportToCsv work when running in the vscode-trace-extension, because the current implementation doesn't work in VsCode. See PR [1] and [2] for that. I see some overlap in this effort and this mailing post, but I haven't looked into the change in detail. @Hriday Panchasara and @Alex could you both please coordinate the effort, either on mailing list or on the PRs? Thanks a lot.

 

Bernd

 

 

 


From: tracecompass-dev <tracecompass-dev-bounces@xxxxxxxxxxx> on behalf of Alex Doan <vadoan@xxxxxxxxxxxxxx>
Sent: March 10, 2023 11:25 AM
To: tracecompass developer discussions <tracecompass-dev@xxxxxxxxxxx>
Cc: Elena Laskavaia <ELaskavaia@xxxxxxxxxxxxxx>
Subject: [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.


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