Hi, Am using odisqlunload to convert data from table to CSV file. Table has 100 plus varchar columns which could possibly have comma separated values in it. Field seperator is CSV. Because of which this is causing right shifting of data. It is not possible to enclose all columns in quotes considering the count at the db layer. Any possible options in odisqlunload?