Python

Version 25.2.9314


Python

Version 25.2.9314


Overview

CData Arc is designed to handle complex data integration use cases through configured connectors on the Flows pages. However, some edge cases might require more advanced logic which you can handle using the embedded Python scripting language.

Python support enables developers already familiar with the language to extend Arc’s capabilities without needing to learn ArcScript. Use Python to perform complex data transformations, integrate with external systems or APIs, manipulate file content and metadata, apply custom business logic, and more.

This feature requires a one-time setup to enable Python execution in your Arc environment. Once enabled, you can write and run Python scripts anywhere ArcScript is allowed. The following topics provide:

  • Details on how to complete the required Prerequisites
  • Information on how Python is used in Arc, including instructions on script execution, available inputs, and examples of practical use cases (Writing Python)
  • How and when to use the supported Third-Party Libraries