Hi,
I have multiple input files with different schema that i want to combine into different sheets of 1 output file.
I used the union tool to join all the input files and multiple formula tools to tag each input such that they have a dynamic file name (today's date) and source (one source = each sheet).
However, with the union tool, i see lots of columns with empty fields for those columns that are blank for that particular source. How do i fix this so that i can get multiple sheets in one output file with a clean format (ie. having data on each column)?
Also, how can i use block until done tool to write more data to that same output file after i have consolidated the input files and did some manipulation/data cleansing?