How to write data to CSV file in ABL coding

Status
Not open for further replies.
U

user3427690

Guest
I populated a temp from a query, and the temp table looks like,

ttcomp.inum
ttcomp.iname
ttcomp.iadd


There are 5000 records in this temp table and now i wanted to write in a CSV file. I think it could be done with output stream but i don't know how to implement this. Please someone help me in getting this.

Continue reading...
 
Status
Not open for further replies.
Top