Open ReinerVelte opened 6 years ago
Hi Reiner,
I like the idea. Have already thought about adding this feature. So just to get some feedback:
I would suggest to add a ContextMenuItem to the Windows Contextmenu to export this. So we have different opportunities:
Also I would suggest to export the exact same columns as listed in the window. So for example if only the name and the elapsed time is visible then the csv would look like this:
Name;Elapsed Time Project1;00:01
I also woud suggest to use the same formatting for the export as in the window.
Hi Stefan,
What you suggest sounds absolutely reasonable. To have exported exactly what and how it is seen in the grid is straightforward and intuitive. Why not also copy to the clipboard with CTRL+C and support also copy / export to a CSV file by using the context menu.
Please note that the CSV format can vary according to locale settings, encoding, separators, delimiters and quoting; maybe it is a good idea to introduce also a parameter tab in order to be able to tweak some options.
I found that CsvHelper by Josh Close is a great package for CSV handling; see the very detailed options for configuration there – I suppose a reasonable subset of that would be sufficient. I don’t know if using Josh’s package is an option for your implementation.
Thanks for asking, I hope my feedback is useful for you.
Von: Stefan Kert [mailto:notifications@github.com] Gesendet: Dienstag, 12. Juni 2018 09:20 An: StefanKert/BuildVision BuildVision@noreply.github.com Cc: Reiner Velte rv@velte-software.de; Author author@noreply.github.com Betreff: Re: [StefanKert/BuildVision] Provide export functionality for the build output (#61)
Hi Reiner,
I like the idea. Have already thought about adding this feature. So just to get some feedback:
I would suggest to add a ContextMenuItem to the Windows Contextmenu to export this. So we have different opportunities:
Also I would suggest to export the exact same columns as listed in the window. So for example if only the name and the elapsed time is visible then the csv would look like this:
Name;Elapsed Time Project1;00:01
I also woud suggest to use the same formatting for the export as in the window.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/StefanKert/BuildVision/issues/61#issuecomment-396491085, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ARm3HHg58sD3UTfikKas7s8hlM-M6uXUks5t72ulgaJpZM4Uhq3X.
It would be nice to have a functionality to export the build output for later analysis, for example in CSV Format.
I was working recently on improving build times and it would habe been handy to document these data in Excel for further analysis and comparison.