Hi i have an application that reads data from a xl sheet which is saved in csv format. The problem i am having is that if any of the fields have a comma in them the application takes it as field seperator and that messes my data which is being stored in the database throug my application. Is there a way to convert the xl sheet with :: as delimiter instead of , or a tab.
thanks, Harman