R:BASE X, Enterprise, U.S. Version, Build: 10.0.2.20126

I have this table:

CREATE TABLE `NOTES_TABLE` +
(`NOTE_KEY` BIGINT NOT NULL  ('Value for column NOTE_KEY cannot be null') , 
+
 `NOTE_VALUE` LONG VARCHAR NOT NULL  ('Value for column NOTE_VALUE cannot 
be null') )

insert into notes_table(note_key, note_value) values (1, 'Testing');

I then use the File Gateway dialog to export the table:

Select Table/View = NOTES_TABLE
Format = Comma Separated Values (*.csv)
File Name = NOTES_TABLE_EXTRACT.CSV

All other options are left with the default state.

When executed, the NOTES_TABLE_EXTRACT.CSV file contains this:

NOTE_KEY,NOTE_VALUE
2,"<BLOB>"

What do I have to do to get the actual column contents ("Testing") to 
appear in the export?

I've tried some of the other formats (xls, xml), but I always end up with 
some type of BLOB reference in the export.

Thanks, Bob

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to