I am trying to build a simple batch macro. Please see below details of the batch macro.
Please see attached clean example. Thank you.
Batch macro results are automatically Unioned together. You'll need to overwrite your YXDB file in the main workflow, not in the batch macro.
Chris
Unfortunately, .yxdb files cannot be appended to. The file is overwritten with every run. One of the simplest solutions would be to convert the Output Tool to a Macro Output Tool. The nature of a batch macro is such that the outputs are all unioned together. You can thus place your Output Tool outside the macro and it should work fine.
Hope this helps and Happy Solving!
@brperkins2
There is a way to do it. You will not actually going to append it, but what you will do is connecting the database as an input and then what you will do you will always add the new data to the existing data and then you will overwrite it with the full data, the old data with the new just you just added.
So one of your input files will be also the output file.
I did it in the past and it will work with out any issues.
So as explained above you will not really append it, but what you will do pull in the old data and add the new data and overwrite the file with all the data.