fengtan / ldap-explorer

LDAP client for VS Code
GNU General Public License v3.0
23 stars 2 forks source link

Search results to export in CSV or EXCEL format #55

Closed tpfarul closed 10 months ago

tpfarul commented 1 year ago

Please add export support to CSV or EXCEL format.

fengtan commented 1 year ago

That is a good idea, thanks for bringing this up @tpfarul !

I have just published a pre-release 1.3.0-rc with support for CSV exports. When listing LDAP entries (either via search results or by opening a single entry from the tree view) there should be a new button Export CSV at the bottom of the page:

csv_button

Do you mind trying it? You can download the the .vsix archive from the pre-release page and install it locally like this:

install_vsix

If that works for you then I will make a full release and publish to Marketplace.

fengtan commented 10 months ago

Released 1.3.0 and published to VS Code Marketplace.