How to export data directly to "Tableau online" platform - tableau-api

I have a question about the "tableau online" platform. --- I have a CRM tool, which provides API to export the CRM tool data.
I use only tableau online (no tableau desktop/ server). So now I want to export data from the CRM tool to the tableau "online" platform without any integration tools.
Does anyone have an idea about this?
Thanks in advance.

Related

Is there a way to get a list of all Project from MS Project Online (PWA)

MS Project is a bucket of bolts... but sometimes we have to work with what we've got.
I have a MS Project online, Project Web Access (PWA) with no reporting capabilities like PowerBI or anything.
Is there any way to use VBA to get a list of all the projects in the online environment? PowerShell would be great, but I have no admin rights to use them.
https://learn.microsoft.com/en-us/projectonline/export-user-data-from-project-online
OData does the trick.
PowerBI and excel both have PowerQuery functionality with a OData connector, and it solves the problem.
You just use Project's native API:
URLPWA/_api/ProjectData/Projects

Users Migration to SkypeForBusiness Cloud with PowerShell

I am trying to find Skype For Business module for PowerShell in order to manage our SFB users.
At the moment our environment is hybrid and I need to migrate all on-prem users to the cloud. Can you please suggest a module I should read about?
Thanks.
Hello you can try the following links:
It contains the module required for Skype For Business
Manage Skype for Business Online with Office 365 PowerShell
Explains how you can move Users between On-Premises and Cloud
Move users between on-premises and cloud
Hope these information will help you.

Documentum application connectors for pdf

We are exploring if it is possible to integrate Documentum with pdf . Is it possible to have a EMC documentum application connectors for Adobe PDF. ?
EMC Documentum platform have application connectors as product which is installed on top of the platform. Currently they cover only Microsoft Word, Excel, Outlook and PowerPoint. However you have SDK which you can use to built your own application connectors - which is exactly what you need.
You have documentation available here (EMC support site login reuired):
User guide
Developer guide

Connect Quickbooks Online to SugarCRM using Talend

I would like to migrate accounts and other transactions from SugarCRM to Quickbooks Online.
But I didn't find any talend plugins for QBO.
Any idea how I can accomplish this ?
Thanks.
I could find some components from cloudb and qbo-connect.com. I will have to choose cause they are paid plugins.

Run Birt Eclipse BI Report on local server or online

i have created a Report using Birt Eclipse BI tools. But i am trying to display this report on local server or online . so every one can see this by browser.
may it possible to run in browser in each machine of local.?
please report expert have a look.
thanks
If you need to provide webbased access to the reports, you can have a look at the Enterprise Reporting Server. The project is up on GitHub at https://www.github.com/stephanfeb/ers and you can download a prebuilt .war from http://www.computonium.com
Stephan