Skip to main content
1-Visitor
July 18, 2017
Question

Data Export Widget File Name

  • July 18, 2017
  • 2 replies
  • 1546 views

With the Data Export Widget, it allows you to export data.

There is a slight problem which we are encountering, The file's name is always Data(x).csv.

We would like to have a custom name for the file instead of Data(x).csv.

We would want the file to be "now()+name".csv

Does anyone know how we could do that ?

I assume to change that I will need to change the code of the extension. But the extension's folder contains .jar and I don't know how to open these in order to modify the code inside.

    2 replies

    5-Regular Member
    July 19, 2017

    Hi Frederik Grondin​,

    Yes, as per my understanding; this will require a creation of a new extension with updated code.

    There are decompilers available on Google which decompiles the code inside .jar files. But I am not sure if this is ethical.

    I hope it helps.

    5-Regular Member
    July 19, 2017

    Hi Frederik,

    There is an Extension named CSV Parser, I suggest you to try that.

    BR,

    Lily