# Can I write information from the File System Items Source to the destination?

File System Items Source object allows reading from multiple files. In a dataflow, this object allows reading rows from multiple source files by providing fullpath as input to the source object changed to transformation. These data rows can be transformed as needed and written to a destination.

<figure><img src="/files/9N3js3eLwmjbiLHH2ZBo" alt=""><figcaption></figcaption></figure>

The filepath can also be written to the destination if required, as shown in the above screenshot. &#x20;

&#x20;If we want to write other fields from the File System Items Source to the destination, that can be done by using a Join object. &#x20;

We will map fields from the source object along with the file path as the first input to the Join object, and fields from the File System object, with the fullpath as the second input of the join object.&#x20;

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

We will use filepath from the source and fullpath from the FileSystem as the Join fields and enable the option sort right and left input in the Join properties.

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

We can map the fields to the destination object. The destination can then get data from the source files along with the associated data from the File System Item source object such as the file name, extension, last access time etc.

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


---

# 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://documentation.astera.com/astera-data-stack-v10/faqs/sources/can-i-write-information-from-the-file-system-items-source-to-the-destination.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.
