Getting Data In

Search.Jobs.Export CSV Results - Python SDK

cchadwick75
New Member

I am using the most current version of Python - Splunk SDK. I am currently upgrading from Python 2.7 to 3.6.

This code works for python 2.7 and returns A CSV (correct response). When implementing the same code below and search the response is a ResponseReader Object for 3.6. Can someone explain why I would get 2 different responses when upgrading to 3.6?

kwargs_export = {
        "search_mode": "normal",
        "output_mode": "csv"
                    }
create_search_results = service.jobs.export(myquery, **kwargs_export)
for item in create_search_results:
    print(create_search_results)
0 Karma
Get Updates on the Splunk Community!

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...

Purpose in Action: How Splunk Is Helping Power an Inclusive Future for All

At Cisco, purpose isn’t a tagline—it’s a commitment. Cisco’s FY25 Purpose Report outlines how the company is ...

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...