Environment & data — quiz
4 questions covering this module. The canvas, the tool palette, and getting data in and out.
How do you see the data mid-workflow?
- Run and export
- Click the connection between two tools
- Open the source file
- Add a Browse tool only
Answer: Click the connection between two tools — Any connection shows a preview and record count.
Which is the most important thing to check after a Join?
- Field order
- The record count
- Colours
- Tool position
Answer: The record count — A changed record count is the usual sign of a fan-out or lost rows.
Your workflow duplicated all its data on the second run. Cause?
- A Join issue
- Output set to Append to existing
- Wrong delimiter
- A Browse tool
Answer: Output set to Append to existing — Use delete-and-append or overwrite when reruns are possible.
To read twelve monthly CSVs with the same structure:
- Twelve Input tools
- A wildcard in the file path
- A Union of Excel sheets
- The Append Fields tool
Answer: A wildcard in the file path — Output File Name as Field then records the source file.