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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xesil
  • Order by date
  1. xesil

    Change separator Csv file on vb Bo

    I use XI 3.1 version and with Java SDK
  2. xesil

    Change separator Csv file on vb Bo

    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
  3. xesil

    Change separator Csv file on vb Bo

    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

Part and Inventory Search

Back
Top