I am trying to write some CAD data to an ArcGIS Enterprise Feature Service.
I noticed there has been an update in the latest version but unfortunately we are using 2025.0 at present and wanted to see if there is a work-around to an issue related to true-curves.
I am getting the following error message:
ArcGISFeatureServiceWriter: Feature type 'Levels' has 'Use True Curves' enabled, but the feature service does not support true curves
Python Exception <FormatException>: FMEException: 1: ARCGISFEATURESERVICE: Feature type 'Levels' has 'Use True Curves' enabled, but the feature service does not support true curves
SAFE.ESRI-AGOL.ARCGISFEATURESERVICE writer: An error has occurred. Check the logfile above for details
The writer has ‘Use True Curves’ set to ‘No’ but I still get the error message.

Is there are way to remove ‘true curves’ or write the data to our ArcGIS Enterprise Portal to by-pass the issue?