All Apps and Add-ons

Export Results from a FORM to a .csv file

alenseb
Communicator

Hi Guys,

I have developed a form which takes in two values as Input into a query.
Now i want to export the results into a .csv file.

I know that its possible in a view by adding "module name=Export".

So is it possible to add Module tag in a form.

Or is there any other way to do this??

Please help!!

0 Karma
1 Solution

jonuwz
Influencer

See here

You probably need to be using advanced XML for this. Do you display the results on the form too ?

Update

Backup the XML in your form

Load your view, now add '?showsource=t' to the end of the URL and hit enter.

Scroll down to the box with all the xml in it - copy it.

Go back, and edit hte XML in your view.

Remove everything and paste in the advanced XML, press save.

Make sure the view loads properly.

Edit it again, now add

<module name="Export"/>

at the same node level as <module name="SimpleResultsTable" .... >

Save

You should see the export button

View solution in original post

jonuwz
Influencer

See here

You probably need to be using advanced XML for this. Do you display the results on the form too ?

Update

Backup the XML in your form

Load your view, now add '?showsource=t' to the end of the URL and hit enter.

Scroll down to the box with all the xml in it - copy it.

Go back, and edit hte XML in your view.

Remove everything and paste in the advanced XML, press save.

Make sure the view loads properly.

Edit it again, now add

<module name="Export"/>

at the same node level as <module name="SimpleResultsTable" .... >

Save

You should see the export button

alenseb
Communicator

The Advanced Form Search XML solved my problem.
Here is the link
http://docs.splunk.com/Documentation/Splunk/5.0.1/AdvancedDev/AdvancedFormSearch

0 Karma

jonuwz
Influencer

see update to answer

0 Karma

alenseb
Communicator

I have a searchTemplate, fieldset,row & Table Tags in my Form.
So where can i add a module tag?
Will this add a button onto the screen.

0 Karma

jonuwz
Influencer

Not at all. I have several forms with exports. Can you post the XML definition of your form? It should simply be a matter of adding <module name="Export"/> in the right place

0 Karma

alenseb
Communicator

Yeah..
I display the results on the form itself.

So are you saying i cannot use CSV export if i am using form ??

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...