mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #383] [Request] Export activity as CSV #381
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#381
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crankygeek on GitHub (Jan 25, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/383
Originally assigned to: @NghiaTranUIT on GitHub.
I would like to be able to export the currently displayed activity as a CSV for evaluation in outside tools, such as a spreadsheet.
@shirshak55 commented on GitHub (Jan 27, 2020):
@NghiaTranUIT I think there are many more other option a plugin system just like sublime text would be better?
@crankygeek commented on GitHub (Jul 15, 2020):
Ran into a need for this again last week. I'd be happy with the ability to select and copy the table contents, and handle pasting/whatever myself without any formal export.
@julianozen commented on GitHub (Jun 22, 2021):
+1 for this. this would be a huge win if we could copy the results as a CSV or similar and paste into Google Sheets / Excel. Charles offers this functionality
@NghiaTranUIT commented on GitHub (Jun 22, 2021):
Thanks for your upvote. Since it's straightforward to implement, we will ship it in the next two releases 👍
@julianozen commented on GitHub (Jun 22, 2021):
OMG such fast service. Thank you
@shirshak55 commented on GitHub (Jun 22, 2021):
@julianozen sarcasm ?
@crankygeek commented on GitHub (Jun 22, 2021):
@NghiaTranUIT Just to be clear, copying the current results table to paste into a spreadsheet is still work in progress?
@NghiaTranUIT commented on GitHub (Jun 22, 2021):
Yes, it's. It will be implemented in 2.29.0 👍
Sorry for the delay because there are a lot of waiting features 😢
@crankygeek commented on GitHub (Jun 22, 2021):
No worries. Just confirming since I didn't see it.
Too many waiting features is a sign of success! :)
@julianozen commented on GitHub (Jun 22, 2021):
@shirshak55 No! No sarcasm at all. I came across this post when searching for a way to export to CSV. I decided to add a +1 for the feature request and got a response in less then 1 minutes for @NghiaTranUIT saying it would be added in the next release.
Like magic!
@julianozen commented on GitHub (Jun 24, 2021):
@NghiaTranUIT If its not too much trouble, would it be possible to get access to 2.29.0 a little early (this would save me a lot of time with my current project at work 😅 ). If its a big hassle, no worries
@NghiaTranUIT commented on GitHub (Jun 24, 2021):
Yes, I'm working on this feature. I will send you a BETA build this week 👍
@julianozen commented on GitHub (Jun 24, 2021):
@NghiaTranUIT You are awesome
@NghiaTranUIT commented on GitHub (Jun 24, 2021):
Hey @julianozen @crankygeek @shirshak55, please check out this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.28.0_Export_As_CSV.dmg
From now, you can export selected requests/responses to the CSV file.
Please let me know if there is any data you need in the CSV, I will add it 👍
Screenshot
@crankygeek commented on GitHub (Jun 24, 2021):
@NghiaTranUIT This looks great!
I think I'd prefer if the export matched my current columns and column order, but I'm also okay with modifying the data in my spreadsheet app.
Only thing that seems to be missing is the Edit column. I can't think of any reason that I need it myself, but I could see it being useful for some folks, e.g. "Why is this request so out of whack with everything else in the data set, oh, right, that's the one I modified" kind of thing.
@julianozen commented on GitHub (Jun 24, 2021):
This rocks. This works as I was hoping for.
Now I plan to do this over about 30 screens to monitor the endpoints and duration of the requests (and share with other people 😄 )
@NghiaTranUIT commented on GitHub (Jun 25, 2021):
Thanks for letting me know it work 👍
It's a good idea to provide an ability to edit the CSV columns @crankygeek, I will collect more requests and might implement it soon 👍