Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
I have large size csv.
It hasn't datetime info and many items and rows.
So I will input parameter Start time and interval time.
My code is VS C#.
I thin it will make store memory added time information by start time and interval.
and then send stream to Thingworx.
Can someone please tell me the ideal way?
Currently my code is sending data based on one row of csv so it takes too long time.
Solved! Go to Solution.
Hello,
Take a look at AddStreamEntries service on the Stream, it allows adding multiple entries at once. You can execute it via REST call from your C# code as well.
/ Constantine
Hello,
Take a look at AddStreamEntries service on the Stream, it allows adding multiple entries at once. You can execute it via REST call from your C# code as well.
/ Constantine