TenGor
Member³
Hy,
i found the following Bugs in using the Text Importer:
Btw. Sometimes (can't reproduce it the easy way) if i write a text in a PL/SQL Dev Field like Owner/Tablename (when i create a table) there is a cruel behaviour:
After writing the first character PL/SQL Dev jumps back to the first position of the field. f.e. if you want to name your table "TEST" you will see "ESTT".
i found the following Bugs in using the Text Importer:
- Import to Script
If i had to Import a csv with 256 columns this function creates a sql-script which has rows with more than 2500 characters.
In SQL+ i can't run these scripts, which i have to do for our customers. Perhaps there can be an option to make CR LF after f.e. 200 characters.
- Configuration in Text Importer
I had the above mentioned csv with 256 columns. It is separated with ";". So i configure the 1st Field to the Seperator and want to set the Fieldcount to 256. If i do so (clear the field and write 2 into it) PL/SQL Dev adds a "0" so i had 20 Fields (all with the correct Seperator setting).
If add an additional "0" (to have 200 Fields) PL/SQL Dev resets the complete Seperator setting to "(+0 .. +0)". So i have to do the Seperator setting for each Field again, or i use the Arrow-Buttons beside the Fieldcount 200 times...
Btw. Sometimes (can't reproduce it the easy way) if i write a text in a PL/SQL Dev Field like Owner/Tablename (when i create a table) there is a cruel behaviour:
After writing the first character PL/SQL Dev jumps back to the first position of the field. f.e. if you want to name your table "TEST" you will see "ESTT".