FCLT#65180 Veld delimiter in standaard imports
svn path=/Database/trunk/; revision=57138
This commit is contained in:
@@ -1000,7 +1000,7 @@ AS
|
||||
|
||||
IF v_header_is_valid = 0
|
||||
THEN
|
||||
v_lim_header := fac.replace_delimiter(p_header, ';', v_fielddelimitor);
|
||||
v_lim_header := REPLACE(p_header, ';', v_fielddelimitor);
|
||||
|
||||
IF UPPER(v_newline) LIKE UPPER(v_lim_header)
|
||||
THEN
|
||||
|
||||
Reference in New Issue
Block a user