# Run File Transformer

### Run import file transformer

After creating a file transformer, you can test it by following these steps:

1. Upload a file in the **Input** section.

   <figure><img src="/files/CALZd7vv12UFx2F3v3uO" alt=""><figcaption></figcaption></figure>
2. Click **Run**.

   <figure><img src="/files/H707LaZWYSOyUsQDvkGV" alt=""><figcaption></figcaption></figure>
3. View the result in the **Output** section.

   <figure><img src="/files/AcY7VlgUca09rFIB7yf6" alt=""><figcaption></figcaption></figure>

### Run export file transformer

After creating an export file transformer, you can test it by following these steps:

1. In the **Input** section, click **Select sample** and choose a sample. You can select a file from an existing project or use a sample template.

   ![](/files/2lnYD8hZIQNzTNyNOmKk)
2. If you select **File from existing project**, a dialog will appear for file selection. Select a project on the left, then choose one file on the right side.

   ![](/files/v4V5w8jeg5bTSGawMXfZ)
3. If you don't have any existing projects in the workspace, choose **Sample templates**. A dialog will appear for template selection.

   ![](/files/R9KPK7UwzAlG6zOXuEwZ)
4. After you select a file, the input will be displayed in JSON format.

   ![](/files/YFNEOZQJDnEXzcRfFik7)
5. Click **Run**, then view the result in the **Output** section.

   ![](/files/YDhp1u9drvnqJEf2SJA9)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.datasaur.ai/workspace-management/file-transformer/running-file-transformer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
