cancel
Showing results for 
Search instead for 
Did you mean: 

Data Services 4.2 : Editor format file

Former Member
0 Kudos

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 !

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member187605
Active Contributor
0 Kudos

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.