Skip to main content

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

This can happen if the Table Handling is set to “Drop and Creater” or “Truncate Existing”. It should be set at “Use Existing” or “Create If Needed”.

This can also be happening if the option Overwrite Existing Database is checked. It will than recreate the .gdb for each record.


Reply