Hi together
We have a problem by writing mulriple cable data into a fgdb.
The process runs once per cable and writes their information into a fgdb, the process is repeated for each cable, stored in a csv list.
Now we have the problem, that the next cable in the list is overwriting the previous one in the fgdb, instead of getting appended. We assume, that the problem lies in the writer configuration, but we don’t find a solution to our problem.
Is it possible to append data to existing data in a fgdb or do you have any ideas (like Python skripts, other transformers that could append the data of each run etc...)?
Thanks for your support