Hi
I am encountering a critical issue when using the ArcGIS Online Feature Service Writer (within a FeatureWriter transformer) in a dynamic workspace.
When a specific column contains data that AGOL deems "invalid HTML" (e.g., strings containing <, >, or specific URL parameters), the translation fails with a Fatal Error. Instead of rejecting only the problematic feature or failing just that specific layer, the entire FME Engine stops, preventing the rest of the workspace from processing other layers.
I have a custom Transformer that read, process and write individual layer. this custom transformer has a group by set to unique layer id.
Current Configuration:
Writer: ESRI Feature Service Writer (Dynamic).
Transformer: FeatureWriter
Error Message: ArcGIS Online Feature Service Writer: 'column_name' has invalid HTML content.
What I Need Help With:
Error Handling: How can I configure the FeatureWriter or the AGOL ESRI Feature Service writer to "ignore" or "skip" features with invalid HTML content (or any other problematic feature) without crashing the entire translation?
Process Continuity: Is there a way to ensure that if one layer fails validation, the FeatureWriter continues to process the remaining layers in the dynamic list?
Please let me know if there are specific writer parameters or Python startup/shutdown scripts that can mitigate this fatal crash.
Thanks in Advance!


