Link to home
Start Free TrialLog in
Avatar of steven
stevenFlag for United States of America

asked on

Progress Data base 9.1d append file

Hello,

Does anyone know how/if possible to append to a csv file in progress.   As it stands now I have a export stream that moves the data from the tmp table to the file.  If the file exists I need to append to it.   I have not been able to accomplish this task.  Please help if possible.

Thanks
Avatar of smilieface
smilieface
Flag of Australia image

OUTPUT TO <stream> TO <filename> APPEND should work

You may need to test for file existence first!
Avatar of steven

ASKER

Thank You,  could you show me how to check for file existence?  Thank  you again
ASKER CERTIFIED SOLUTION
Avatar of smilieface
smilieface
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of steven

ASKER

thank you