Aug 5, 2002 #1 rojdhi Programmer Jul 29, 2002 12 FR Hi. I want to export a data provider into a csv file with ';' as delimiter. All i get for the moment is a file whith ',' as delimiter... Is there a parameter to set ? I use this syntax : ConvertTo(boExpAsciiCSV, 1, "MyFile" Thx
Hi. I want to export a data provider into a csv file with ';' as delimiter. All i get for the moment is a file whith ',' as delimiter... Is there a parameter to set ? I use this syntax : ConvertTo(boExpAsciiCSV, 1, "MyFile" Thx
Aug 22, 2002 #2 chogben Programmer Apr 5, 2002 73 GB Export the file,read it in, replace each , with a ;,save the file again. Let me know if you need any help with the code. Upvote 0 Downvote
Export the file,read it in, replace each , with a ;,save the file again. Let me know if you need any help with the code.
Aug 22, 2002 Thread starter #3 rojdhi Programmer Jul 29, 2002 12 FR Thx for the tip. i did it with vba. Upvote 0 Downvote