> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/planning-sheets/how-tos/infobridge/data-transformations/import-and-export.md).

# Import and export transformation steps

Use the **Export** and **Import** commands to reuse transformation steps across multiple queries. Exporting a query creates a `.bck` file that contains its transformation steps. Then import the file into another query.

Reusing transformation steps helps maintain consistency across similar datasets and reduces the time required to recreate the same data preparation workflow.

Find the **Import** and **Export** commands on the **Transform** tab.

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2Fb0WgAB5k3NuoRigxFYFN%2Fimport-export-command.png?alt=media&amp;token=efd3a274-54c4-4970-b128-db2ea5a9ca25" alt=""><figcaption></figcaption></figure>

### Export transformation steps

The following example shows how to export transformation steps from a query.

1. Open the query that contains the transformation steps that you want to reuse.
2. Verify that the **Performed Steps** pane lists the required transformation steps.
3. On the **Transform** tab, select **Export**.
4. Save the generated `.bck` file to your computer.

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2Fst57lRdXQ1Z4y3FhSndp%2Fexport-complete.png?alt=media&amp;token=a6bd2aa6-428b-41ae-b586-e5c6afa5d97d" alt=""><figcaption></figcaption></figure>

The exported `.bck` file contains all transformation steps from the selected query.

### Import transformation steps

The following example shows how to import transformation steps into another query.

1. Open the target query.
2. On the **Transform** tab, select **Import**.
3. In the **Import Steps** dialog, browse to or drag and drop the exported `.bck` file.<br>

   <figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2F6JcFFsOBum6MgjrBK3r6%2Fimport-steps-dialog.png?alt=media&amp;token=6e9dea8d-d588-4e5a-a606-d17c708122ce" alt=""><figcaption></figcaption></figure>
4. After the file uploads successfully, select **Upload**.

   <figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2FMG7PJhaV9DfYrVRZrRNR%2Fimport-upload.png?alt=media&amp;token=66d99257-d53a-4ec9-89dd-db2491a1795e" alt=""><figcaption></figcaption></figure>
5. After the import completes, the imported transformation steps appear in the **Performed Steps** pane of the target query.

   <figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2Fcf5Us2McuesPuWx21y3J%2Fimported-steps.png?alt=media&amp;token=23aaf781-af5c-42a9-a775-b4d7549b6a6d" alt=""><figcaption></figcaption></figure>

Continue transforming the query, or write the transformed data to a destination.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fabricplan.com/planning-sheets/how-tos/infobridge/data-transformations/import-and-export.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
