Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to convert SQL json_build_object to Alteryx output?

vujennyfer
8 - Asteroid

Hello, 

 

I am new to Alteryx and I am trying to create a JSON output with this information: 

 

jsonb_build_object(

'name', name,

'zip', zip,

'city', city,

'id', id,

'email', email,

'mobile', mobile,

) as data 

 

Output as the below: 

 

{"name": "Bob", "zip": "60021", "city": "Seattle", "id": "334455", "email": "abc-at-gmail.com", "mobile": null}

 

Any suggestions are appreciated! 

1 REPLY 1
TrevorS
Alteryx Alumni (Retired)

Hello @vujennyfer 
Thank you for your contribution to the Community!

To help make it easier for others to assist, it would be helpful to get some additional information on your [process, question or connection]. Here's what we recommend you include in your reply:

* What Alteryx Version are you using?
* Do you have a Workflow with sample data you can share?
* What about a Screenshot?

Posting for Fastest Possible Solution  
Thank you very much!

Community Moderator
Labels
Top Solution Authors