Importing External data source

753
3
02-25-2018 04:57 PM
JosuaKoto
New Contributor II

I have an app that has hosted feature layer. I want to update the feature attribute fields with a 1 minute time interval from an external data source. i.e as data is coming in on an hourly basis into an external system, I want this data to automatically fill in the related fields in a feature attribute field.

#external data source

0 Kudos
3 Replies
JakeSkinner
Esri Esteemed Contributor

Hi Josua,

The easiest solution to this would be to use ArcGIS Server.  Sounds like this is not an option, so you will need to script the changes from the external source to update the hosted feature service.  What is the data type of the external source (i.e. CSV table, SQL Server)?

0 Kudos
JosuaKoto
New Contributor II

The data type is a CSV Table extracted from the system. Also we do not have

a ArcGIS Server but an Organization AOL account.

0 Kudos
JakeSkinner
Esri Esteemed Contributor

Can you place the CSV file on a web server?  If you can, then you can add the CSV file as a web layer to your web map:

Add layers—ArcGIS Online Help | ArcGIS 

When the CSV file is updated on the web server, the changes will be reflected in the web map.