ayush_vipul
7 years agoNew Contributor III
Writing flat file
Hi Team
For my current use case, I need to write a flat-file.
I am using the following pipeline to write csv.
Input to JSON formatter is a document of arrays each having different no of properties.
Can you please suggest a way to generate CSV file ignoring all null values and writing only what is present?
Note - Each input document to CSV formatter has different set of properties.
Thanks in advance