ersion: 17.0.0-alpha-31
Build #: 45458
Build Date: 2015-Aug-26 09:37:16 PM
Operating Environment: Windows 7 (6.1, amd64) / Cp1252 / en / US / Oracle Corporation 1.8.0_40-b26
Memory: Max=704,643,072; Total=348,651,520; Free=199,264,728; CPUs=8
Steps to reproduce:
Connect to SAPHANA
Craete any table in any schema and insert some data
Right click on table and select Export Data
Click on Next in General Tab
Select following things in Options Tab:
Destination: Export to file and select file path
Format: Delimited Data
Delimiter: coma(,)
String quoted identifier: Double quotes (")
Check Include Columns as First Row
Click on Next in Options Tab
Data Exported successfully
Again right click on that table and select Import Data
Select Exported file
Check "First row contains column names" in General tab
Click on Next
Select create table button in front of table option
Create table window opened
Enter name of table
Switch to Preview SQL tab
Actual Result: We can see in Preview SQL double quotes generated two times for columns.
Observation: In Sybase ASE it is working correctly.
I am unable to reproduce the issue but from the limited screens shots posted I believe the data was exported with the ["] set for strings and on import it looks as if the [String Quoted Identifier] is set to {none}. This would be user error. If this is not the case please post screenshots a more detailed explanation of how to reproduce.