Hi guys, I've been struggling for a couple of days with the following conundrum, hoping someone can offer some guidance.
I have an input containing one attribute (sa2_code) with 2000 region values in numeric format (example value: 101011002)
I have a second input containing one attribute (year) with roughly 20 different year values.
I would like to merge the two such that each region code is duplicated 20 times with each different year value. eg:
sa2_codeyear10101100219911010110021992......101011002201010101100319911010110031992......1010110032010I've tried feature merger and joiner in loops but can't seem to get them working for this task. I find the
Any suggestions?
Thanks in advance.
Matt