04-10-2023 12:15 PM
04-10-2023 12:24 PM
Hi @chthroop ,
Good day, I think you might want to use the join snap instead as union will stream another set of document
Using the join snap, you can use the pipe.ruuid as the common id for all the streaming documents
Thanks,
MM
04-10-2023 12:42 PM
Hi, I am not trying to join disparate data sets to create super set of fields. I have 10 excel files are the exact same format that I simply want to “stack” into one load…
04-10-2023 12:48 PM
Ahhh ok… now that you have the union snap in place try adding Gate snap at the end to collect all streaming documents and will stack it as an array
04-10-2023 02:06 PM
So, I did that, and its still only showing the 2 records from the first load… It should show 20 in this. I also tried a gate only, instead of a union+gate, and each source became like “input 0” “input 1” etc… and it was unclear how to turn into a simple list of records…