# How to get Gatling raw report in CSV format

**URL:** https://community.gatling.io/t/how-to-get-gatling-raw-report-in-csv-format/6511
**Category:** Gatling (Open-Source)
**Created:** [February 24, 2022, 5:18pm UTC](https://community.gatling.io/t/how-to-get-gatling-raw-report-in-csv-format/6511 "2022-02-24T17:18:45Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Chittuvtu](https://avatars.discourse-cdn.com/v4/letter/c/db5fbb/32.png) [@Chittuvtu](https://community.gatling.io/u/Chittuvtu)
#### Post date: [February 24, 2022, 5:18pm UTC](https://community.gatling.io/t/how-to-get-gatling-raw-report-in-csv-format/6511/1 "2022-02-24T17:18:45Z")

</div>

Hi,

I need raw report of Gatling tool in CSV format after execution. Let me know how to retrieve it from simulation.log file  
Looking for raw report file something similar to jmeter tool

---

<div class="post-metadata">

### Author: ![shoaib42](https://dub1.discourse-cdn.com/flex013/user_avatar/community.gatling.io/shoaib42/32/844_2.png) [@shoaib42](https://community.gatling.io/u/shoaib42)
#### Post date: [February 24, 2022, 9:48pm UTC](https://community.gatling.io/t/how-to-get-gatling-raw-report-in-csv-format/6511/2 "2022-02-24T21:48:07Z")

</div>

Gatling itself will not write out a csv simulation log like a JTL, you’ll have to use one of the available parsers to convert (google it). The documentation mentions against writing a parser as the structure of the simulation log may change [Gatling - FAQ](https://gatling.io/docs/gatling/reference/current/project/faq/)

---

<div class="post-metadata">

### Author: ![Chittuvtu](https://avatars.discourse-cdn.com/v4/letter/c/db5fbb/32.png) [@Chittuvtu](https://community.gatling.io/u/Chittuvtu)
#### Post date: [February 25, 2022, 7:28pm UTC](https://community.gatling.io/t/how-to-get-gatling-raw-report-in-csv-format/6511/3 "2022-02-25T19:28:16Z")

</div>

Thanks for your reply. I tried to download one of the Gatling parser in jar format and copied into target folder of Gatling tool and ran command as mentioned, but am getting capsule related exception message. Can you please help me in resolving this issue.

---

<div class="post-metadata">

### Author: ![shoaib42](https://dub1.discourse-cdn.com/flex013/user_avatar/community.gatling.io/shoaib42/32/844_2.png) [@shoaib42](https://community.gatling.io/u/shoaib42)
#### Post date: [February 25, 2022, 8:13pm UTC](https://community.gatling.io/t/how-to-get-gatling-raw-report-in-csv-format/6511/4 "2022-02-25T20:13:17Z")

</div>

> [@Chittuvtu](#):
>
> nks for your reply. I tried to download one of the Gatling parser in jar format and copied into target folder of Gatling tool and ran command as mentioned, but am getting capsule related exception message. Can you please help me in resolving this issu

I think it would be best to ask that with the developers of the tool you are using. I’m not sure what you are using and how.

---

<div class="post-metadata">

### Author: ![slandelle](https://dub1.discourse-cdn.com/flex013/user_avatar/community.gatling.io/slandelle/32/4_2.png) [@slandelle](https://community.gatling.io/u/slandelle)
#### Post date: [February 27, 2022, 9:50am UTC](https://community.gatling.io/t/how-to-get-gatling-raw-report-in-csv-format/6511/5 "2022-02-27T09:50:16Z")

</div>

Gatling Enterprise provides a REST API to export run summary stats in JSON format.

---

<div class="post-metadata">

### Author: ![Chittuvtu](https://avatars.discourse-cdn.com/v4/letter/c/db5fbb/32.png) [@Chittuvtu](https://community.gatling.io/u/Chittuvtu)
#### Post date: [February 28, 2022, 6:42am UTC](https://community.gatling.io/t/how-to-get-gatling-raw-report-in-csv-format/6511/6 "2022-02-28T06:42:58Z")

</div>

@slandelle - Thanks for your reply. Am looking for csv data extract of report, but u had mentioned its available in JSON format. Is it not available at Gatling open source.

---

<div class="post-metadata">

### Author: ![slandelle](https://dub1.discourse-cdn.com/flex013/user_avatar/community.gatling.io/slandelle/32/4_2.png) [@slandelle](https://community.gatling.io/u/slandelle)
#### Post date: [February 28, 2022, 7:58am UTC](https://community.gatling.io/t/how-to-get-gatling-raw-report-in-csv-format/6511/7 "2022-02-28T07:58:31Z")

</div>

No, Gatling open-source doesn’t provide a CSV export format.
