API (json file)
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi ,
i'm a newby with Alteryx. I need to use this API https://sheetlabs.com/DA/winequality (containing information about different wines and caracteristics) and import it in Alteryx and make it readable to start an analysis . I think i'm doing something wrong along the way cause I'm unable to extract the information correctly .
Can you help me to understand what i'm doing wrong ? ( I have attached my workflow)
thanks a lot
Solved! Go to Solution.
- Labels:
- API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here you go!
The first number in the JSON_Name field is related to the record_id. Therefore, you need to separate the record_id and fieldname from that column before using the crosstab tool :-).
Just let me know if this works out for you!
Greetings,
Seb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
thank you so much! very appreciated
Catherine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
