Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I can't get this to work. Even if I tmap the field to "", it still is written as null in postgresql. The bulk file is created with nothing between the delimiters. If I manually edit the bulk file to "" instead of blank, then I get a null string.
The only thing I can think to do is to map a single space (" "), and then after writing the bulk file, using treplace to convert all " " to "".
Is there anything better? (Note the bulk file is created as csv)
Thanks!
Thank you for your very complete response.
It would be nice if there was an option in the OutputBulk component to do this. Maybe in a future release of the component?
thanks!