Ways to extract raw data

Hello,

is it possible to extract raw data from the process mining datasets (events, tags, cases, etc.)?
I see that I can download it, but then all the files are in the proprietary mvn format. Any ways to convert or extract the data elsewhere?

1 Like

Hey @SSavickas

May be you can build a process for the same :slightly_smiling_face:

Thanks
#nK

But if the process is already there, and it is extracting data, isn’t it very “un-lean” to build another one that does the same thing?

1 Like

Hey @SSavickas

I just meant in the same process for the conversion as required.

Thanks
#nK

Hi @SSavickas ,

You can convert files from MVN to other formats with the help of the processgold.bat command.

-Convert in=Due_dates_base.mvn out=Due_dates_base.csv [dsn=…|cs=…] [query=…] [user=…] [pass=…] [queryfile=…] [sheet=…] [firstrow=…] [firstcolumn=…] [delim=…] [quote=…] [hasheader=…] [encoding=…]

for example : processgold.bat -dataserver -Convert in=Cases_base.mvn out=Case.csv

You can open a command line and type processgold.bat -dataserver -? to see different commands and examples.

Hope this helps! :blush:

Feel free to let us know if you’ve any questions.

Regards,
Rashmi

4 Likes

Hey @SSavickas, you can also export any data from UiPath Process Mining. In every component on your dashboard you should see the little icon for download. Click on it and you can even select the format and if you select data, you can even select the fields.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.