Introduction
...
...
...
...
...
...
...
...
How it works
...
...
...
...
...
...
Example
Step 1
Locate all the raw data files that need to be joined. We are going to use three transaction files: 2015ALL, 2016Q1 and 2016Q2.
Step 2
Rename them by prepending each filename with ‘split_sales_’, as shown:
Step 3
Sync files to a single location.
Step 4
The files will appear individually in designer exactly as you've named them, but you’ll also notice a new file which is named [yourfilename]. (whatever is between the two underscores). In our example it is called Sales. This is the joined file. Use this in your design and you’re good to go.
...
...