Clouds
Member²
Hi,
I'm trying to import data from a text file into the db using the text importer.
When I specify an SQL-function for a column, using # to replace the data (as the example shows), an error will be thrown since the # is replaced with nothing (null)...It doesn't matter which SQL-function I try....or even just # with no function at all...
Currently using the coolest PL/SQL Dev version evah: 7.1.0.1337 ;-)
Anything I do wrong? Or is something else acting weird....
I'm trying to import data from a text file into the db using the text importer.
When I specify an SQL-function for a column, using # to replace the data (as the example shows), an error will be thrown since the # is replaced with nothing (null)...It doesn't matter which SQL-function I try....or even just # with no function at all...
Currently using the coolest PL/SQL Dev version evah: 7.1.0.1337 ;-)
Anything I do wrong? Or is something else acting weird....