![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have some insert statements with values that are > 2500 characters. I cannot make it a .CSV because the text has commas in it. *It is a bunch of HTML. *Any suggestions? Example: INSERT INTO MESSAGES (message_id, sec_id, variables, name, body, created, last_changed, created_by, changed_by, status) VALUES(5, .... 'fabre', 'ONLINE'); |
#3
| |||
| |||
|
|
On Jul 21, 2:23*pm, The Magnet <a... (AT) unsu (DOT) com> wrote: I have some insert statements with values that are > 2500 characters. I cannot make it a .CSV because the text has commas in it. *It is a bunch of HTML. *Any suggestions? Example: INSERT INTO MESSAGES (message_id, sec_id, variables, name, body, created, last_changed, created_by, changed_by, status) VALUES(5, ... 'fabre', 'ONLINE'); http://asktom.oracle.com/pls/apex/AS...-unlimited-cha... And so on. *I'm sure I've seen some other things specific to storing html, those are just from a quick google. jg -- @home.com is bogus. Interesting truncation in url different than meaning of post:http://blogs..oracle.com/otn/2010/06...to_keep_u.html |
#4
| |||
| |||
|
|
I have some insert statements with values that are > 2500 characters. I cannot make it a .CSV because the text has commas in it. It is a bunch of HTML. Any suggestions? |
#5
| |||
| |||
|
|
On Jul 21, 8:02*pm, joel garry <joel-ga... (AT) home (DOT) com> wrote: On Jul 21, 2:23*pm, The Magnet <a... (AT) unsu (DOT) com> wrote: I have some insert statements with values that are > 2500 characters. I cannot make it a .CSV because the text has commas in it. *It is a bunch of HTML. *Any suggestions? Example: INSERT INTO MESSAGES (message_id, sec_id, variables, name, body, created, last_changed, created_by, changed_by, status) VALUES(5, ... 'fabre', 'ONLINE'); http://asktom.oracle.com/pls/apex/AS...p_file=6551245....... And so on. *I'm sure I've seen some other things specific to storing html, those are just from a quick google. jg -- @home.com is bogus. Interesting truncation in url different than meaning of post:http://blogs.oracle.com/otn/2010/06/...to_keep_u.html I will just add if the data has commas in it then use a different delimiter such as the tab character or the pipe character. HTH -- Mark D Powell -- |
#6
| |||
| |||
|
|
I have some insert statements with values that are> 2500 characters. |
![]() |
| Thread Tools | |
| Display Modes | |
| |