Skip to content

New feature: enable copy "Search Objects" result as CSV #9773

@ecerichter

Description

@ecerichter

Describe the solution you'd like

I would like to use Search Objects, then copy the result as CSV in order to use in other documents (like impact analisys).

Describe alternatives you've considered

  • Copy a screenshot then pass through a IA for vision, but it lacks of precision and also need several steps if we have many objects.
  • Execute a query (not ui, but works):
select C.table_schema, C.table_name, C.column_name
  from information_schema."columns" C
 where C.column_name = 'field_name'
   and C.table_schema = 'public'

Additional context

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions