Results 1 to 4 of 4
  1. #1
    AJOSEPH is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2011
    Posts
    2

    How get all values in comma delimited format when grouping (for use in ArcGIS)

    Hello,

    I have two tables Improvements and Properties that share a common PROP_ID The properties table has base information for each property and the Improvements file has a code describing individual buildings on each property (of which there are varying amounts) I want to group the improvements in one comma delimited field for each property ID

    I need to know how to do the following (if this requires VBA please give me explicit directions as I tend to fail at using them):

    PROP_ID IMPRV_CD


    556433 33,56,65
    554332 56,43,56,54
    334564 76,23,43,98,87

    OR

    PROP_ID IMP1 IMP2 IMP3 IMP4 IMP5 ETC....
    556433 33 56 65
    554332 56 43 56 54
    334564 76 23 43 98 87

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I'm pretty sure ArcGIS can read a dbf (dBase, FoxPro) file directly so why not just export your table to that format?

  3. #3
    AJOSEPH is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2011
    Posts
    2
    I know I can open it and that I could just use the spatial join option if i converted the shapefile that contains the properties info to xy data and then joined the coordinates to the improvements file, do add xy coordinates and then spatial join the xy coordinates of the buildings back to the properties shapefile specifying the join operate which would yield a csv list for each property polygon.

    However, this would take alot of time in arcgis and require 4 unnecessary steps and as I do this task alot it would probably be faster if I just did it in access

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Maybe you will find this link helpful: http://allenbrowne.com/func-concat.html

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 02-20-2011, 08:22 PM
  2. Parsing A Comma Delimited Field
    By AccessGeek in forum Import/Export Data
    Replies: 6
    Last Post: 02-03-2011, 01:52 PM
  3. Replies: 1
    Last Post: 07-31-2010, 08:04 AM
  4. Replies: 1
    Last Post: 08-21-2009, 06:52 AM
  5. Tab Delimited Imports
    By SandyDandy in forum Import/Export Data
    Replies: 1
    Last Post: 02-20-2009, 08:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums