Hi,
Query regarding how to perform the following task:
Need to process the translation from multiple CAD files with dynamic schema to multiple file Geodatabase.(*.dwg --> *.gdb)
for e.g
abc.dwg --> abc.gdb
def.dwg --> def.gdb
ghi.dwg --> ghi.gdb
probably fanout is the process but need guidance how can i do it in best and easy way.
Thanks in advance.