laptop and a wrench

Bug

Overwrite a hosted feature service using ArcGIS API for Python converts it to a hosted table when the source data is an Excel file.

Last Published: September 25, 2020 ArcGIS API for Python
Bug ID Number BUG-000133695
SubmittedSeptember 9, 2020
Last ModifiedJune 5, 2024
Applies toArcGIS API for Python
Version found1.8.1
Operating SystemWindows OS
Operating System Version10.0 64 Bit
Version Fixed1.9.1
StatusFixed

Workaround

Use CSV input data instead of Excel. It is possible to convert Excel to CSV in Python using pandas.

import pandas as pd

data_xls = pd.read_excel(r"<PATH TO EXCEL FILE>", "<EXCEL SHEET NAME>", index_col=None)

data_xls.to_csv(r"<PATH TO OUTPUT>", encoding='utf-8')

Steps to Reproduce

Bug ID: BUG-000133695

Software:

  • ArcGIS API for Python

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options