Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change separator Csv file on vb Bo

Status
Not open for further replies.

xesil

Programmer
Jun 21, 2013
3
0
0
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
 
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
 
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
 
I use XI 3.1 version and with Java SDK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top