Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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