Please enable JavaScript.
Coggle requires JavaScript to display documents.
Alteryx Ch7 (Record ID tool (useful for creating an index, creates an…
Alteryx Ch7
Record ID tool
useful for creating an index
creates an index column in our data stream
input: any data stream
output: data with a new column of indexes
Unique Tool
Allows for us to separate unique or duplicate records based on a field we select
Input: any data stream
OutputU: unique records
OutputD: non unique records
Fuzzy Match tool
allows for us to apply fuzzy logic to a data stream to match similar items
input: any data stream with text field
output: a data stream with key field and selected fuzzy info
RegEx tool
Allows for us to run regular expression on a field in our data stream
input: any data with string field
output: the original with additional extracted information
Make group tool
Allows for us to assemble pairs of matches into groups based on relationships
input: data stream
output: will have a group column attached