export BLOB from nexus enterprise manager - nexusdb

I'm trying to convert a bunch of blob files back into PDFs.
Currently they look like this:
I haven't really found much on the internet, and the few guides or post i've found, haven't yielded any results.
Has anyone ever tried doing this?

I'm not aware of any existing bulk export utility, however you should be able to use the Enterprise Manager tool in your image to save each individual BLOB as PDF. A bulk export utility could be created on request.

Related

Export of JIRA issues and dashboards for exec presentations

I use Jira for project management in my projects, however we have to produce ppt presentations for executives and high-level managers which take a bit of time to assemble.
I would like to automate the production of Powerpoints for my projects that would easily take key information either by choosing the fields or linking some data to a ppt template.
=> Is there a simple way or any add-on to do it that has any success currently ?
Thanks a lot
Perhaps export the Jira data into CSV, import into Excel and then follow
https://support.microsoft.com/en-us/office/insert-excel-data-in-powerpoint-0690708a-5ce6-41b4-923f-11d57554138d

Automate downloading of files in a batch

Need a help here.
I have a requirement wherein I have to automate the data retrieving feature of an website. The site has a limitation to search only 30 records at a time. So, what we want to do is login to the site, upload an excel containing 300+ records and click a search button.. and the site should automatically search the records and download the data in excel in a batch of 30.
I wanted to know, if this can be done only using .net or java, without using any automation tool(like selenium etc).If not, what will the best approach to solve it?
Any insight will be helpful.
You cannot use .net or Java if you don't have access to the APIs
( You may try with web API using Rest Client. )
Your requirement can be approached using RPA tools.
I recommend UIPath Studio quick to learn and use

Semantria Integration with DB

I need to know, has someone integrated any DB to Semantria, and get output to any DB or excel or text file ?
I have tried to explore semantria via excel and API , but integration does not work perfectly.
It depends on what kind of integration you're looking for.
I have already done many integrations with different storages including indexing services and RDBMS solutions.
Unfortunately there are no ready-to-use components available on the market, so you will need to build integration by your own.
Semantria offers SDK (https://github.com/Semantria/semantria-sdk) for all modern languages, you will need to build a logic that will get analysis results and will save them to a certain storage.
Can you please explain what storage do you use and what Semantria output you're interested in?
Thanks George.
Well at the moment, we are just focusing on pulling the data from DB (take for instance mySQL, or Oracle), and output should again go back to same DB, i will take care of transformation needed in o/p.
Now where I am stuck, is the place where I can set up a link between DB and semantria, how will these SDK help, never worked on something like this.
A brief on this will surely be of great help

From Excel to WordPress site app

I am searching for the proper way to build an online database application to behave similar to an Excel datasheets that I have.
I have a working excel file with many calculations, and I need to port this to my WordPress website as a service.
My clients would be able to log into the web app section in WordPress, and manipulate their own data sheet, and get results from all the calculations.
Any idea or direction regarding recommended platform or programming language that can do that ?
Sincerely
Dan
If you want to create a web calculators based on an Excel file I would recommend you to take a look at “Appizy”. It converts instantly a spreadsheet into a standalone web calculation tool (HTML+CSS+JAVASCRIPT). You don’t need to hardcode the whole interface and calculation formulas!
As your Excel file is converted in HTML you can download it and paste it in your WP installation.
If you want to include database you might need to had a bit of PHP on top...
Let me know if it helped you!

Export JIRA Data

What is the best way to export all JIRA data (projects, issues, ...)? I saw that there is an API and a plugin mechanism which probably can provide all the information. But what is the easiest way to export the data? Does it work out of the box or do I have to implement a plugin?
Generally, there are two main approaches to backup your JIRA data. The first one is to back up your database in which JIRA info is stored. The second one is to use the “Backup Data to XML feature”, which is a JIRA feature. Personally, I prefer the second one, because it can be restored to any database engine (MySQL, MSSQL, etc). In addition, as far as it is Xml, it can be compressed to a great extent.
I have written a little ruby utility that uses JIRA's REST API to export all tickets for a given project to the local file system. It is available as a ruby gem, so the installation is trivial.
The tickets are saved as individual JSON files. The tool also supports incremental updates.
I'm using JIRA v1000.747.1 which has native export to CSV of issues.
If you navigate to https://[your-jira-instance]/issues you should see a query screen with results. Fine tune that via the UI or go to the Advanced menu to do more complicated JQL. Then you can click the export button (upper right) to export to XML/Word/HTML/CSV.
The following add-ons will work out of the box, they are configurable and there is no need to code anything:
Better Excel Plugin for XLSX output
PDF View Plugin for PDF output
You can use both free for 30 days, which should be sufficient to migrate your data to the new issue tracker.
You can use this web application to export the data to Word:
http://www.jiratoword.com/
It is quite basic and it could be improved but it is free.

Resources