Forum Discussion
cjhoward18
6 years agoEmployee
The pipeline above did not preserve the columns(null values). Seeing that you commented about converting this into a CSV, here is a pipeline that does just that. This preserves the columns (null values) as well and can be fed into a CSV formatter (split and then fed in).
CommunityExpression_2019_10_21 (CSV nulls preserved).slp (6.6 KB)