Designer Core: Data Manipulation Flashcards

1
Q

There are 6 tools on this exam. What are they?

A

Append Fields, Union, Join, Find/Replace, Date Time, Text to Columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does Append Fields do?

A

Adds the columns from a source input to every row in a target input. Each row of the target input will be duplicated for every row in the source input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the Union tool do?

A

Combines multiple data streams based on common column names or positions. In the output, each column will contain data from each input and rows will be stacked vertically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In the Union tool, what does Output Common Subset of Fields mean?

A

This removes the extra column not found in the other input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do the Join and Union tools merge data sets differently?

A

A union tool puts rows from 2+ streams on top of each other (vertically)
A Join tool puts rows from 2 streams next to each other in the same row (horizontally)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the Join tool do?

A

Combines 2 data streams based on common fields or record position. In the joined output, each row will contain the data from both inputs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the Find Replace tool do?

A

Finds instances where a string contains a lookup list value, and either replaces it or appends additional columns to the table when a match is found

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In the Find Replace tool, what does checking the “Match Whole Word Only” option do?

A

This ensures that only substrings surrounded by spaces and or at the start or end of the string will be replaced

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the DateTime tool do?

A

Transforms datetime data to and from a variety of formats

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the standard datetime format in Alteryx?

A

yyyy-MM-dd hh:mm:ss

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the Text to Columns tool do?

A

Splits the text from 1 column into separate rows or columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly