Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trailing blanks removed
Message
From
04/04/2001 22:15:19
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Quebec, Canada
 
 
To
All
General information
Forum:
Oracle
Category:
Other
Title:
Trailing blanks removed
Miscellaneous
Thread ID:
00492195
Message ID:
00492195
Views:
65
HI,
I have to insert values from a text file that has text values with 1 to several trailling blanks. When I imported the file into Access, It removed the trailling blanks. So, i made a procedure that replaced the blanks by '|'. Then, in pl/sql, I used the folowing command :
T1 := REPLACE(t."Name_1", '|' ,CHR(32));

INSERT INTO TMP_TO_CRR_ADJUST_CUSTNUM VALUES (T1, t."Name_2", TO_NUMBER(t."New_NUM"));

The problem is that the trailing blanks are removed and I NEED THEM. I even used translate in place of REPLACE with the same result.

Is there another way to proceed,
Thank you very much,

Christian Cote
Reply
Map
View

Click here to load this message in the networking platform