Hi,
Have never used the 'file' data source before and thought I would try it with a simple CSV file I have:
The raw data looks like this:
timestamp,KB/s
10/04/2015 21:18:26, 168
10/04/2015 21:24:43, 140
10/04/2015 21:42:01, 150
10/04/2015 21:43:01, 160
The file is retrieved from a remote server and placed in a subdirectory of the Mango installation directory. On the remote server, the file is continually being appended to (every 15 mins). Thus every time the csv file is retrieved from the remote server and placed in the mango directory, it is a complete point history.
I have set up the point in Mango as follows:
With the structure of my CSV, is this data source going to work for me out of the box, or do I need to create a java .class file?
If need be I can adjust the format of the CSV file (datestamp, delimiter etc), which is just being generated by a shell script.
Thanks
Jeremy