OpenCTI-Platform / opencti

Open Cyber Threat Intelligence Platform
https://opencti.io
Other
6.42k stars 947 forks source link

CSV Export Where Description Contains Special Characters Will Not Export Correctly #9002

Open nhuber0724 opened 4 days ago

nhuber0724 commented 4 days ago

Description

When attempting to export data via CSV where the description contains special characters, the CSV export will not work. The response will not be contained on one line.

Environment

OpenCTI: 6.3.11

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Create a CSV Feed with Base Attribute: Creation, Column - Value, Name, and another Column for description.
  2. Create an indicator with a description that contains special characters
  3. Once the feed run, open the feed to see the result.

Expected Output

The results should all be on a single line.

Actual Output

The results are not on one single line.

Additional information

Screenshots (optional)

Image Image

yassine-ouaamou commented 4 days ago

The resulted CSV looks like this: Image

As you can see, the description is presented on multiple lines