Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Copy as CSV' does not give a complete dump of what shown in the API tab #459

Open
andreklaver opened this issue Dec 12, 2024 · 0 comments

Comments

@andreklaver
Copy link

When performing a search in the API tab, there is an option to copy the results as a CSV. However, the data copied is incomplete, as it only includes the state, name & entityID of the search results. In contrast, the "Copy to JSON" option provides the complete data.

Example

  • Perform a search for saml20_idp entities using the query coin:institution_guid ".*".
  • In the search results, click 'Copy As CSV'.
  • The copied data is incomplete and includes only the following fields: state, name, and entity_id.

Result as copied:
state,name,entity_id
prodaccepted,Salta Group (Employees),https://sts.windows.net/de1fb6ee-54ae-40a2-8c2a-0cfdee0c7a03/
prodaccepted,Rijn IJssel,https://sts.windows.net/91eab56a-a91b-4c88-a4fb-eba5c3b4ebfd/
prodaccepted,EGI Foundation,https://sso.egi.eu/edugainidp/shibboleth

JSON is Complete
The JSON result is complete and gives:
[
{
"_id": "015a5820-74ae-43a4-bd3f-9718bd05f6d8",
"version": 8,
"type": "saml20_idp",
"data": {
"state": "prodaccepted",
"metaDataFields": {
"OrganizationName:en": "NCOI Opleidingsgroep",
"name:en": "Salta Group (Employees)",
"coin:institution_guid": "c7dd6ecc-0d11-e511-80d0-005056956c1a",
"name:nl": "Salta Group (Medewerkers)",
"OrganizationName:nl": "NCOI Opleidingsgroep"
},
"entityid": "https://sts.windows.net/de1fb6ee-54ae-40a2-8c2a-0cfdee0c7a03/"
}
},
[ETC]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

No branches or pull requests

1 participant