Hello everyone,
I have cells with [NULL] and [BLANKS] that I save in an output in a CSV. When I open this output this cells have quotes ( "" ) in my output that should NOT be there. These fields are blank but when I look at the output file the quotes are there.
I tried to save this CSV with the QUOTE OUTPUT FIELDS in "Auto" and in "Never" and it doesn't solve the issue.
I am more interested in avoiding it to happen than fixing the problem, but any solution is good for me.
Those columns came from a formula with an IF where the formula end like this:
IF [FIELD] THEN --- ELSE "" ENDIF I suspect that this formulas ended in BLANK if no condition is fulfilled may be the problem.
I have a similar problem that this user has but I cannot solve it https://community.alteryx.com/t5/forums/replypage/board-id/designer-discussions/message-id/20275
As you can see here, the columns that resulted from formulation appear with the quotes if they where blanck.
THIS IS BEFORE SAVING IN CSV
THIS IS AFTER SAVING IN CSV
