I use PL/SQL Dev Version 11.0.4.1774 on Windows 8 (64-bit) 6.2 Build 9200.
The Text Importer is quite fine but I detected some bugs:
The Text Importer is quite fine but I detected some bugs:
- I have a CSV file with quoted text (like: data;"text with ; and so on";data;...") which is imported fine. But if the quoted text contains the quote character (" in this case) PSD hangs completely (no data written to DB anymore, PSD process must be killed).
Bug fix idea: Stop parsing at line termination - or if line termination should be allowed in quoted texts - stop after a configurable number of lines and report lines with their line number which have a wrong syntax (not enough columns, not closed quoted text).
Note: I have the option "General/End at line-end" activated. - minor issue: "## records imported" in the status line gets updated at the beginning but stops counting after a few thousand lines. Import continues and the full number is correctly reported at the end.