I am trying to build an application, to collect data from my Photovoltaic system. I have found an URL to request data and managed to get a kind of CSV file back.
Ever row in this CSV File starts with a timestamp like this one 329813840. This one should be our current date.
I already check if it is an unix-timestamp but as a unix-timestamp it would be the 14. June 1980.
Does anyone know what kind of timestamp this is?
I solved it myself. Here the answer if anyone has the same Problem.
It is seconds since the Installation of the Photovoltaic system. It is independent from any Epoch.
Related
I'm a data analyst and first of all would like to thank you and your friends for a wonderful tool Tabula. I have been using it over the recent months periodically and during past week quite actively. And, suddenly the tool ran out of order. I even deleted it from my computer and downloaded again, however, could not resolve the problem.
One thing I hesitate caused a problem, is that I almost didn't delete previously imported files. Another cause may be the file names which were numerical. What do you think, could these be reasons for a trouble or not and how can I revive it?
Thank you in advance.
Best regards,
Karine.
IS date modified of the files shows that the file has been used by lighttpd or not?
I am trying to clean my hardisks becouse they are now a buttle neck problem, they are full of data, I need to know how to find the files that lighttpd didn't stream to users more that 1.5 years to delete thes becouse they are not in use.
Is date modefided is the best solution for that?
Thanks
Absolutely not. Date modified is not a good indication of access.
If you have web logs, you should consult those for what was served by lighttpd.
Absent that, you might look at atime (access time) instead of mtime (modification time) if your server is configured to track atimes and you do not have anything crawling the volume which would update the atimes. (You'll have to look at your server yourself to answer that question. Nobody can answer it for you.)
I have a question that I hope someone can help me with, I would like to be able to search for how many paying members my website has at a specific date.
They belong to their own role "members" and there is an expiration date for each member. If they do not have an expiration date, they should also be listed.
Should I be able to use 2sxc module for this and would anyone tell me how to do?
You would need to have an intermediate understanding of SQL and the tables/fields related to the results you are trying to achieve. Though it is possible to get done in 2sxc, I would recommend starting the effort the DNN Reports module. That should let you focus on getting the results you need in the SQL Query first (since the display part is auto/default. Then, once you have the right query, you could move it over to 2sxc (or any module that allows data to be queried and returned as a result (set)) and do something more useful.
I need some help from those with more knowledge than I posses. I am currently trying to figure out how to get real time data from a database.
I need to be able to find the company info from the most recent licensees. So the search parameter I'm using is 2016-05-10T00:00:00.000
The full string together from the API and the search parameter can be found directly at this link:
https://www.hurl.it/?method=GET&url=https%3A%2F%2Fdata.wa.gov%2Fresource%2Fv8vv-gqqs.json&headers=%7B%22X-App-Token%22%3A[%22bjp8KrRvAPtuf809u1UXnI0Z8%22]%7D&args=%7B%22licenseeffectivedate%22%3A[%222004-07-14T00%3A00%3A00.000%22]%7D
So I'm looking to retrieve the most recently added accounts in order to verify 1. the license is active 2. the license number the contractor gives matches what the website says. I would like to figure out how to automate this so that when the newest licenses are added I'll know, and they will be extracted/downloaded into excel.
If anyone can help with this I would appreciate it very much. I also have more questions about using databases if any of you are experts in the field.
Once again, thank you!
Clay
Since your goal is to get this data into Excell, have you considered using something like our OData support instead? You could structure your query in Excel PowerBI and it'd automatically refresh the data.
Another option would be to use our CSV output type with an Excel web query. I use the IMPORTDATA(...) function in Google Sheets, which is very similar.
I am facing a strange issue transferring data from ORacle to Salesforce. I am using Mule as the solution for integration.A date with following value "10/19/2005 11:59:00 PM" appears as 10/20/2005 on Salesforce. Can you help identify what is the cause of this issue.
the only possible solution to this issue available with me is to recreate a date from the received value without the time parameters. but i dont think that this is a correct.
kindly advise.
regards
Santosh