Export data to BLOB (csv)
Hi,
I need to export data from few tables into BLOB (file in blob might have format of csv). After that I insert this blob into table in Db.
I got this data for export saved in record collections. CSV might be in win1250 endcoding and has dos/windows line end (CRLF).
Could you help me with it? Has anybody any tutorial for this?
CSV should be like this:
COLUMN1|COLUMN2|COLUMN3|COLUMN4|COLUMN5|... -- first line
DATA1a|DATA2a|DATA3a|... -- second
DATA1b|DATA2b|DATA3b|... -- third
Thx
J.