Bug #1806 | SELECT INTO OUTFILE | ||
---|---|---|---|
Submitted: | 11 Nov 2003 10:24 | Modified: | 27 Nov 2005 11:52 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | 4.1 and 4 | OS: | |
Assigned to: | CPU Architecture: | Any |
[11 Nov 2003 10:24]
[ name withheld ]
[27 Nov 2005 11:52]
Valeriy Kravchuk
Thank you for the feature request. Sorry, but I do not think that this kind of output format is really needed. Any spreadsheet application (and RDBMS) can import delimited data, and using TAB as a delimiter you get a perfectly human-readable output in most cases. Fixed format was common at the age of FORTRAN and mainframes, and I am not sure there is a real need to import data from MySQL to old mainframe now. There is a real need to be able to import fixed-format data, though. That is why this feature is implemented in LOAD DATA INFILE. Can you, please, give an example of modern RDBMS that provide "easy way" to unload data in a fixed-width fields format?
[16 May 2010 10:19]
Richard C
What a pity this bug has not been resolved! Was it really that difficult to correct or was it just not worthy??
[16 May 2010 11:07]
Richard C
I have done some research and it seems that it is quite a simple task to export, in fixed width, from SQL server using SSIS. My client (a major internatinal bank) insists on a fixed width file which they import into....wait for it....a MAINFRAME!!!!! Seems for me the MAINFRAME days aren't over!!