# Conversion Errors

## File format&#x20;

BlackDiamond Studio conversion tool ([SnowConvert](broken://spaces/-MBBGScp6ufnp_l6ZtP3)) only supports specific file formats when converting source code to Snowflake.&#x20;

&#x20;Please ensure the uploaded **.zip file** contains any of the supported files:

| Source Platform | Supported Files                                                                                                                               |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Teradata        | [Teradata SQL](https://www.teradata.com/)**,** BTEQ, and other Teradata-specific scripts (such as Fastload, Multiload, TPump, and TPT files). |
| Oracle          | [Oracle SQL and PL/SQL](https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/index.html)                                       |
| SQL Server      | SQL Server scripts                                                                                                                            |
| Scala Spark     | Scala (.scala)                                                                                                                                |

{% hint style="info" %}
If the .zip file uploaded contains other files that are not supported by [SnowConvert](broken://spaces/-MBBGScp6ufnp_l6ZtP3) they will not be converted.&#x20;
{% endhint %}

![](/files/J6bHcPo9qgJDKSMXUb19)

## Lines of code restriction

Another conversion error might occur when exceeding the 5000 lines of code restriction that trial licenses have.&#x20;

When this happens it is recommended to [contact us](https://www.mobilize.net/contact-bds) to get a new license or create a new project with a smaller set of code.&#x20;

![](/files/J6bHcPo9qgJDKSMXUb19)


---

# 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.gapvelocity.ai/blackdiamond-studio-or-mobilize.net/blackdiamond-studio-documentation/code-conversions/conversion-errors.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.
