My question: Is there a translator to extract the X and Y values separately and store them in new attrigutes associated with each point, say Latitude and Longitude, or do I need to use the StringExtractor to get this data? Here is a sample of the XML data on the first data point:
<?xml version="1.0" encoding="US_ASCII" standalone="no" ?><geometry><point><coord x="-93.879491630999993" y="29.763959543999999"/></point></geometry>