Yammer Export zip file with sample data - export

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

Related

Can I use deep links for Google Data Studio report and/or pass data source parameters in the report URL?

Is it possible to build one Google data studio report (i.e., template) and use a URL that links it to a specific data-set or defines a hidden filter that creates a sample of a larger data set?
I understand Data Control allows this for users operating under the same Google domain.
However, I want to provide multiple university student teams with their personal information but not allow the other teams to see or filter for information that they should not see. Ideally I could simply share a customised URL with each team that takes care of this filtering/sampling.
Any guidance appreciated - many thanks!
You can do this with custom bookmarks and URL parameters.

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.

how to access database API to fetch the records

I am using grails and as my projects requirement I want to store companies database in my own project database.In order to do that I want to use companies database api's, but i don't know much about database api's.Can someone suggest me a way.thanks in advance..
tl;dr: build a REST service to deal with the other data source
I was having similar scenario, so let me tell that if it can help you.
scenario:
In the company I work for, we are building a Grails app for another company (lets call it company_b). So company_b has its own data warehouse and they want to push some of the data to the application I built.
N.B has its own developers.
The solution I came up with:
Looking at their database I designed the appropriate tables, and shared my db schema with the developers on company_b, then I build kind of REST API to expose the tables I designed( the domain objects). So then the developers on company_b developed an API to consume the rest API I built and they are now able to send any record or any operation(delete,update,etc..).
I used json, its structure looks like this.
{
"user": {
"username":"username",
"password":"password"
},
"operation":"INSERT",
"objectName":"Employee",
"objectId":"employeeId",
"object": {
"employeeId":"1212",
"phoneNumber":"0923335227",
"dateOfBirth":"12/7/1982"
}
}
Look at the user object above ^.
The requests that come to consume the REST API are skipped from the spring authentication and I use the user object to manually authenticate each request.
I hope it will give you some insight, but this might not be the right fit for your scenario. Refer the web a lot docs out there.

The suitable way to import data to CRM ( Smartsheet) from website?

I'm doing wordpress website. And what i wanna do is: when user send contact form ( include their information) or user register, their information is added to CRM directly.
What i wonder is :
1) I should write my own plugin to do these things? possible? Because I think it will get the problem of permission ( when access to CRM)
2) There is a contact plugin which data is saved to database. Can we do cron tab to add data every period of time?
Can I ask you guy:
Are 2 above ways possible?
Are there any easier and possible way to do?
Really appreciate your help.
It's quite possible for Smartsheet to receive such information through the Smartsheet API. To help you get started with connecting to the API with PHP, and sending data to your sheet, I recommend looking at the Smartsheet Platform PHP Samples.
For your particular situation I would look at the Sheet Structure sample.

How to save facebook data

I am very new to Facebook applications and have very basic questions.
I use javascript SDK for my application, that loads friends' names and their profile pics.
How can I store this data into a MySQL database?
Since you want to store data in a databes you need to have the server process the information and put it there, thus a server script is required.
Most commonly people use php, so what you need to look at is how to get the data from facebook:
https://developers.facebook.com/docs/reference/php/
and then how to store the date you got from facebook:
http://www.w3schools.com/php/php_mysql_intro.asp
(you can do a google search there are loads of resources)
Keep the facebook guidelines on storing data in mind (not quite sure what they look like anymore)
Happy coding!

Resources