We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Issue While using JSON

geeksqaud
8 - Asteroid

Hi Friends,

 

I'm using Alteryx to pull data from a JSON source with "comments" and "comments required" as one of the fields.

 

I'm extracting data for the last 10 days and creating a new field by combining "comments" and "comments required."

 

However, if either field is empty, downstream processes are failing as there is no metadata column present in the file.

 

Issue: When there's no data in "comments" or "comments required," the workflow breaks downstream.

 

Request for Assistance: Need help handling empty values in the concatenated field to avoid downstream failures.

 

Looking for a simple solution in Alteryx.

2 REPLIES 2
CoG
14 - Magnetar

May not be an effective solution, but can you just add a ' ' blank space?

geeksqaud
8 - Asteroid

How about creating a union with just one field with the name of the column and merging with rest of the flow?

Labels
Top Solution Authors