View Issue Details

IDProjectCategoryView StatusLast Update
0001489Database Workbench v6Data Import & Exportpublic2022-01-12 13:12
ReporterJeroen Pluimers Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformAnyOSAnyOS VersionAny
Product Version5.2.6 
Summary0001489: Please allow "transposed" export
DescriptionEspecially for small result sets, it can be very convenient to have an export in "Transposed" form.

Transposed means the output is mirrored across the main diagonal: https://en.wikipedia.org/wiki/Transpose

In that case, the "column" headers become "row" headers and the "rows" of data become "columns" of data.

Example:

select * from rdb$database

Normal export:

RDB$DESCRIPTION,RDB$RELATION_ID,RDB$SECURITY_CLASS,RDB$CHARACTER_SET_NAME
,194,,"NONE"

Transpoded export:

RDB$DESCRIPTION,
RDB$RELATION_ID,194
RDB$SECURITY_CLASS,
RDB$CHARACTER_SET_NAME,"NONE"
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-04-13 12:17 Jeroen Pluimers New Issue
2022-01-12 13:12 Martijn Tonies Project Database Workbench v5 => Database Workbench v6