Esri / developer-support

Proof of concept developer code and samples to help be successful with all ArcGIS developer products (Python, NET, JavaScript, Android…). The repository is designed to be an exchange for sharing coding conventions and wisdom to developers at all skill levels.
Apache License 2.0
267 stars 165 forks source link

Added example that reads information from local file geodatabases #330

Closed scMarth closed 6 years ago

scMarth commented 6 years ago

I created a sample console application that extends ArcObjects in C#. This sample can read from local file geodatabases, and generates a CSV containing information about items contained in those file geodatabases (timestamps, file sizes, categories, paths, hierarchy information)

Usage details and more information is included in the README

jgravois commented 6 years ago

very cool @scMarth! anyone willing/able to review this?

kgalliher commented 6 years ago

I'll take it.

kgalliher commented 6 years ago

@scMarth Nice script. I just got a call from a customer wanting the exact same thing. Very timely. One question though, in the instructions, for both flags, it says to only add the name of the output file. If I supply only the csv file name I don't get (or don't see) an output. If I add the full path and file name for the output file it works. Am I missing something?

kgalliher commented 6 years ago

Ignore my last comment. I was missing something.