Input/output data frm txt file

JdeBlues

Well Known Member
Hi List, currently we are using certain bsfn which run on LOCAL to output data. The only way to input data from text file is via Table Conversion. I just wonder, if there is another way output data to a text file which i can schedule on server? But where would the text file go???

Thanks in advance.
 
Hi JdeBlues,

You can use the Flat File Operations from B43A1010 source modul:
- Open Flat File
- Write One Line To Flat File
- Close Flat File

You can manage the location of the output text file in the "Open Flat File" function. It works (exactly the copied and extended version of the BSFN) perfectly for a long while on MS Windows file systems.

You can use it from an UBE and you can schedule this UBE.

Hope, helped a bit.

Regards,

Zoltán
 
Run write a UBE like and run that report program in csv and open that file in notepad you will get data in text file.

Thanks
 
change the TC output file name to goto IFS, and then you can map a drive to the IFS folder.

eg. if the output file in TC is C:\folder\output.txt
changes it to /IFSFolder/output.txt
 
Thanks Zoltan, Vislicom and Z_Cader! Will try your suggestions out
smile.gif
 

Similar threads

Back
Top