Specify quote string column in UniversalDataWriter

I want to put double quotations " " in one specific column using UniversalDataWriter.

I tried using ‘Quoted strings’ in Properties but it produces double quotations " " for all the records in all the columns.

I just want " " for one particular column. How would I be able to do that? Thanks.

Hi kfong

Unfortunately the UniversalDataWriter cannot quote just some fields (columns) itself. However I made a simple workaround using Reformat component, which adds the quotes to one specified field. Please see the attached graph.

Best regards