What is the use of Output tool in Alteryx

This recipe explains what is the use of Output tool in Alteryx

Recipe Objective:-What is the use of Output tool in Alteryx.

Step 1:-

Open Alteryx Designer software.Here New workflow1 is by default available.

Step 2:-

Now go to the Favourite tab or IN/OUT tab where we can see a tool named as "INPUT DATA".

Step 3:-

Drag the INPUT DATA tool on the below side in the New Workflow1.

Step 4:-

Create a folder named as "Append data all csv file" and keep all csv files in it on your desktop.After this click on the drop down available in configuration window/pane,it will redirect us to the data connection window, here we have to click on files option, then click on select file option,it will then ask us to select a file from the folder, Now select a csv file named as "bestsellers with categories".Then click on Run button so the results workflow is available.

Step 5:-

Now go to the configuration window/pane and click on file location path, replace the words "bestsellers with" by a * (symbol asterisk).Here it should be noted that for appending the files, the end name of files should be the same, over here its ending with categories, click on Run button now so that all the files will get appended/combined.

Step 6:-

The appended file will be available in the INPUT DATA tool with name as " *categories ".Now go to the Favourite tab or IN/OUT tab drag the OUTPUT Data tool in the New Workflow canvas and connect it with the INPUT DATA tool.Go to the configuration window/pane, click on the drop down available there, give name to the file as "Extra categories5" in a particular folder.

Step 7:-

Then click on Run button and the results workflow will be displayed at the downward window.So all the data in the INPUT DATA tool will now be available at the OUTPUT DATA tool.

What Users are saying..

profile image

Anand Kumpatla

Sr Data Scientist @ Doubleslash Software Solutions Pvt Ltd
linkedin profile url

ProjectPro is a unique platform and helps many people in the industry to solve real-life problems with a step-by-step walkthrough of projects. A platform with some fantastic resources to gain... Read More

Relevant Projects

Build a Graph Based Recommendation System in Python -Part 1
Python Recommender Systems Project - Learn to build a graph based recommendation system in eCommerce to recommend products.

Time Series Project to Build a Multiple Linear Regression Model
Learn to build a Multiple linear regression model in Python on Time Series Data

Loan Eligibility Prediction Project using Machine learning on GCP
Loan Eligibility Prediction Project - Use SQL and Python to build a predictive model on GCP to determine whether an application requesting loan is eligible or not.

Build a Speech-Text Transcriptor with Nvidia Quartznet Model
In this Deep Learning Project, you will leverage transfer learning from Nvidia QuartzNet pre-trained models to develop a speech-to-text transcriptor.

Personalized Medicine: Redefining Cancer Treatment
In this Personalized Medicine Machine Learning Project you will learn to classify genetic mutations on the basis of medical literature into 9 classes.

Build a Logistic Regression Model in Python from Scratch
Regression project to implement logistic regression in python from scratch on streaming app data.

Digit Recognition using CNN for MNIST Dataset in Python
In this deep learning project, you will build a convolutional neural network using MNIST dataset for handwritten digit recognition.

Loan Default Prediction Project using Explainable AI ML Models
Loan Default Prediction Project that employs sophisticated machine learning models, such as XGBoost and Random Forest and delves deep into the realm of Explainable AI, ensuring every prediction is transparent and understandable.

Hands-On Approach to Master PyTorch Tensors with Examples
In this deep learning project, you will learn how to perform various operations on the building block of PyTorch : Tensors.

NLP Project on LDA Topic Modelling Python using RACE Dataset
Use the RACE dataset to extract a dominant topic from each document and perform LDA topic modeling in python.