‎2015 Apr 30 1:53 PM
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
‎2015 Apr 30 3:22 PM
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
‎2015 Apr 30 5:56 PM