Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Read RTF file

Former Member
0 Likes
912

Hi all ,

I need to read RTF file in Back ground and save this in to Basic text of material .

For saving text there is no problem but to read RTF file background is not working using

IMPORT_TEXT because it is using GUI_UPLOAD .

So,How can i read RTF file in background ???


Thanks,

Mahipalsinh

2 REPLIES 2
Read only

Former Member
0 Likes
740

Hi Mahipalsinh,

To read any file in a background job you need to have the file on the application server and use OPEN/READ dataset commands (since it's background, there's no workstation involved to upload from).  So you will need to find a way to get your file onto the server and treat it like a dataset.

Jim

Read only

alisson_fragozo
Explorer
0 Likes
740

Hi,

I believe the thread 1636109 can help you: