Hi,
I have a lot of datasets (gpkg) that I want to transform to gdb, in batch. But first I need to check data integrity of the date-fields. I have a schema of all the datasets. So my idea is to select all the date-fields (1), put them in a list (2) and feed the list to a Tester (3) to check the data and a StringReplacer (3) to repair some flaws in the data. But… I can’t seem to use the selected fields (the list (2)) in either the tester or the StringReplacer.
Does anybody have a solution?


