Building a data prep workspace. Have only got 2018 desktop, not Server. I have created a (long) list of feature class filepaths from network-located ESRI FGDB's. These feature classes mostly have differing attribute structures, and there are hundreds of possibles (although only a few dozen being updated at any one time).
Is it possible to use Filecopy writer to a) copy the entire feature class based on a filepath pushed into the writer, b) write it into a new FGDB in a Feature Dataset (name specified by a feature attribute) and c) (preferably) zip it up?
New structure would be :
FGDB1.gdb
feature_dataset1
feature_class3 + feature_class5 + ...
(Eventually, this will go up to Azure blob storage, but there are some permissions obstacles at the moment, I think.)
If it is possible, any suggestions on how to configure the writer would be gratefully received.