Jun 21, 2013 #1 xesil Programmer Jun 21, 2013 3 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
Jun 21, 2013 Thread starter #2 xesil Programmer Jun 21, 2013 3 FR I think the solution is to Export the file,read it in, replace each , with a ; and save the file again but is it possible to help me with the vb code thanks Upvote 0 Downvote
I think the solution is to Export the file,read it in, replace each , with a ; and save the file again but is it possible to help me with the vb code thanks
Jun 21, 2013 #3 hilfy Active member Oct 31, 2003 2,563 US Which version of BO are you using and which SDK (Java, .NET, etc.)? -Dell DecisionFirst Technologies - Seven-time SAP BusinessObjects Solution Partner of the Year http://www.decisionfirst.com Upvote 0 Downvote
Which version of BO are you using and which SDK (Java, .NET, etc.)? -Dell DecisionFirst Technologies - Seven-time SAP BusinessObjects Solution Partner of the Year http://www.decisionfirst.com
Jun 24, 2013 Thread starter #4 xesil Programmer Jun 21, 2013 3 FR I use XI 3.1 version and with Java SDK Upvote 0 Downvote