cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

When generating a csv file, how do you convert a NULL value to "" ?
I do not want to change the developments.
I would like to find a solution in the file format editor.
Do you have an idea ?

Thanks for your help !

0 Likes
View Entire Topic
former_member187605
Active Contributor
0 Likes

The opposite is possible, i.e. using a certain value as null indicator. Not what you're looking for. You'll need to map your columns using nvl(<col>,'').

You could also specify a default value at database level for the columns in your target table.