Workitem Export using Polarion API - polarion

I have a requirement with respect to Polarion. We need a script that will export all workitems from Polarion to Excel Format on daily basis using Job scheduler.
Expecting suggestions to implement this scenario.

Related

Import data to Snowflake from Salesforce Using Apache-Airflow

I'm using Apache-Airflow 1.10.10 ( hopefully will migrate to Airflow 2 soon).
My goal is to import data from a Salesforce table, into Snowflake data warehouse.
If i want to use the Salesforce Hook, as described here, how do I install the Salesforce provider? ( I'm using ubuntu on windows).
How can I know if I have the Salesforce sub-package? ( as seen here ),
How can i see all of my installed sub-packages?
Are there any examples of DAGS, which shows import of data from Salesforce to Snowflake?
Thanks a lot

how to parse Excel worksheet/table and map excel columns to a data entity in Dynamics 365 Operations

what actions/connectors one could use to parse a excel file and map columuns from a excel table to and external store, in this case i wish to make a record in Dynamics 365 operations using OData entity.
Thanks
Why exactly are the obvious RapidStart Services no option for you?
If you definitely need to use OData, I suggest building a publishable OData page via WebServices. You then can implement a parser in any environment/language you prefer and submit the new record via a RESTful Webservice-Call (which nearly every framework should allow) to this very same page, in order to submit the record to your productive environment.

Export filtered result from Google Drive Table

From my understanding, data can’t be access if we are using Google Drive Table as the back-end and the only way to see the data is through the table widget or export the data to a spreadsheet.
I manage to export the data to Google spreadsheet but the problem is I just want to export the data on a specific date. I manage to do filtering on the table showing data on a specific date, but I can’t export the data according to that specific date. Instead the whole data will be exported.
Is there a way we can export data to a spreadsheet from the table that had been filtered by date?. Really appreciate if anyone could solve this.
If the spreadsheet file is in Google Drive API, yes, you can export it using files.export. This is mentioned in:
How you can export data
To export data you must have:
Access to the App Maker app—You must either be the author of the app or it must be shared with you (with Can edit or Can view access).
Access to the deployment—You must have published the deployment.
Access to the Sheet—You own the Sheet, because App Maker creates it in your Google Drive.

Yammer Export zip file with sample data

I don't have access to Yammer export feature and interested in exported data from a yammer internal network for developing a custom application to parse and format/load data into different application. I have found the schema of the files on many sites but did not find any sample data.
Appreciate if some one can please share the export zip file from Yammer (sample site). I am primarily interested in Messages.csv, files, Pages.csv and Pages.
Thank you
If you want to export the data from your own network, for this you must have the network admin rights.
Or if you just want to some sample data to create the application you can follow these sites which have sample data in power pivot you can export this data also.
http://blogs.msdn.com/b/richard_dizeregas_blog/archive/2014/04/09/yammer-analytics-with-excel-and-power-bi.aspx?CommentPosted=true#commentmessage
Or if you be a little specific about your requirement.
Regards
Piyush

Export CSV as portal user

I have a salesforce I export to CSV using a URL like this https://tapp0.salesforce.com/00OT00000014APi?export=1&enc=UTF-8&xf=csv following this blog post.
This works fine and is very fast when I run for a fully licenced user.
However when I try to call the same report export as a Gold Patner portal user I get an error "Insufficient Privileges"
I have marked the report as deployed.
Given all users access to the Report Folder
The user does have the correct sharing and profile rules setup to view the data in the report.
Going to just the report URL by itself works https://tapp0.salesforce.com/00OT00000014APi
It only fails when I try to export to CSV.
I DO reliase I am using an unsuported internal API call. But was wondering is there anyway portal users can export reports to CSV?
Not sure about through the UI, but this can be done through a SOQL query and portal users do have limited access to the API. Most, but not all, reports can be converted to SOQL queries to produce the same output.
For running your query, the easiest is probably to build a Visualforce page that is backed by an Apex controller that runs the query and outputs a CSV. Take a look at the contentType attribute on the apex:page tag. You can set things like application/vnd.ms-excel#contacts.xls to automatically export a data table to Excel. I didn't try, but it probably works with CSV too -- worst case is that you open in Excel first and save as CSV.
Also, if you don't mind portal users having to leave Salesforce to get their CSV, you might want to try Workbench, which is an app I built that allows for portal user login and helps you build the SOQL query for CSV export both through the SOAP and Bulk APIs.
Ok I found the problem
You need to go to Salesforce > Setup > Manage Users > Profiles
Then Click to Edit the RS_PortalUser profile
Click the checkbox next to “Run Reports” and “Export Reports”
Click save

Resources