hi everyone

hi

i am new to nav development (1 week)

and need to write a codeunit to update/write a csv file.

i succeeded writing to a text file thrugh file outputstream

but since csv file is a comma/tab delimitted file i am having trouble with writing the seperator.

can anyone help me please

thanks in advance,

amir.

What problem are you having

i have found out that with ADO Automation i can open/update a csv text file.

with the examples i have here i dont realy know how to do it, i have a very little experience in nav as i say (1 week)

and from what i learned, i did not have the idea of how to do this kind of thing.

if it is too troubled you can contact me via msn live messenger with the id : avernik@hotmail.com

thanks, amir.

In csv case the code will be same as for exporting to excel sheet where you have to define column and rows and which value goes where. Please check how to export to excel and hopefully you may find answers.