3

I want to connect to a Sharepoint list from ArcMap. Without knowing very much about these things I thought that it would be possible to read this non-spatial data to create lookup tables in my file geodatabase. In searching for an answer, I can't seem to get away from ArcGIS for Sharepoint, which isn't what I'm looking for at all. I'm using ArcGIS 10.0

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Jan 14, 2013 at 15:10

2 Answers 2

2

I have not tested this, but I suggest looking at a Python library like python-sharepoint to copy data from the Sharepoint list and then use ArcPy to write it into a file geodatabase table.

answered Jan 14, 2013 at 22:03
1
  • That one is tricky. It has dependencies that need to be compiled from C and it's beyond my knowledge right now. Otherwise it looked like what I need. Commented Jan 14, 2013 at 23:59
1

I need this functionality and asked Esri about it, with no success...

Another way to link ArcGIS and SharePoint is to show the ArcGIS attributes table in SharePoint as a list. It is even possible to update it from SharePoint with SQL commands. This can be easily done with Tools like Layer2 bdlc or SharePointBoost Data connector. It is supported by Esri whith some restrictions (you can't use versioned database, shouldn't update ID columns or shape colums, etc.). I did it with an SQLServer Database but should work with Oracle.

Hope this helps

answered Jan 14, 2013 at 22:38
1
  • Thank you for the tip, but I expect if it comes to 3rd party applications we'll end up using Access (which integrates well with sharepoint) to make a table from Sharepoint and then Arc can easily get at the table in Access... Although I was hoping there was a more direct root that was easier to get at. Oh well... Commented Jan 15, 2013 at 0:13

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.