microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
365 stars 85 forks source link

It would be better to update 'Copy Rows' to 'Copy Rows with Heads' for tabular data #7919

Closed v-xianya closed 1 month ago

v-xianya commented 1 month ago

Storage Explorer Version: 1.34.0-dev (98) Build Number: 20240506.3 Branch: rel/1.34.0 Platform/OS: Windows 10/Linux Ubuntu 22.04/MacOS Sonoma 14.4.1(Apple M1 Pro) Architecture: x64/x64/arm64 How Found: From running test cases Regression From: Not a regression

Steps to Reproduce

  1. Expand one storage account -> Tables.
  2. Create a table -> Add one entity.
  3. Right click the entity -> Click 'Copy Rows'.
  4. Paste the rows to a text -> Observe the pasted content.
  5. Include the headers in the pasted content.

Expected Experience

It would be better to update 'Copy Rows' to 'Copy Rows with Headers'.

Actual Experience

It displays 'Copy Rows'. image

craxal commented 1 month ago

It is a normal expectation for headers to come with tabular data. We don't need to make this explicitly known.